Removing a clusterΒΆ
To remove the cluster definition file for an existing bare-metal cluster:
Run:
$ adam remove -n [cluster-name]
When prompted, type
y
.
EXAMPLE: To remove the cluster named “cluster”:
$ adam remove -n cluster
Are you sure you want to remove the cluster cluster? [y/N]: y
To remove an EC2 cluster, see the removal instructions at the end of the cloud installation guide.