mirror of https://github.com/docker/docs.git
514 B
514 B
description | keywords | title | notoc |
---|---|---|---|
Remove a cluster | documentation, docs, docker, cluster, infrastructure, automation | docker cluster rm | true |
Usage
docker cluster rm [OPTIONS] cluster
Use the following options as needed when removing a cluster:
--dry-run
: Skips resource provisioning.-f
,--force
: Forces removal of the cluster files.--log-level string
: Specifies the logging level. Valid values include:trace
,debug
,info
,warn
,error
, andfatal
. Defaults towarn
.