Skip to main content

cluster rm

Remove the test clusters. You can delete multiple clusters at a time. For more information, see About the 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.

FlagType (if applicable)Description
-h, --helpHelp for the command.
--namestringArrayName of the cluster to remove (can be specified multiple times).
--tagstringArrayTag of the cluster to remove (key=value format, can be specified multiple times).
--allRemoves all clusters.

Example

replicated cluster rm 1234567890
replicated cluster rm --name qatesting
replicated cluster rm --all