cluster rm
Remove the test clusters. You can delete multiple clusters at a time. For more information, see About Compatibility Matrix.
Usage
replicated cluster rm [Cluster ID, name, or tag] [flags]
Replace Cluster ID, name, or tag
with one or more cluster IDs, names, or tags. You can find cluster IDs, names, and tags in the output of the replicated cluster ls
command.
Flag | Type (if applicable) | Description |
---|---|---|
-h, --help | Help for the command. | |
--name | stringArray | Name of the cluster to remove (can be specified multiple times). |
--tag | stringArray | Tag of the cluster to remove (key=value format, can be specified multiple times). |
--all | Removes all clusters. |
Example
replicated cluster rm 1234567890
replicated cluster rm --name qatesting
replicated cluster rm --all