4.7. remove

4.7.1. remove cluster

rocks remove cluster [cluster...]

Remove a virtual cluster.

arguments

[cluster]

One or more virtual frontend names.

examples

# rocks rmeove cluster frontend-0-0-0

Remove the cluster associated with the frontend named 'frontend-0-0'.

4.7.2. remove host vm

rocks remove host vm {host...}

Remove the configuration info in the database for the supplied hosts.

arguments

host

A list of one or more VM host names.

examples

# rocks remove host vm compute-0-0-0

Remove the configuration info in the database for compute-0-0-0.

4.7.3. remove host vm bootprofile

rocks remove host vm bootprofile {host...} [profile=string]

Remove a boot/install profile from a list of hosts.

arguments

host

List of hosts to remove profiles. If no hosts are listed, then the global definition that matches the 'profile=name' is removed. The global profile=install cannot be removed

parameters

[profile=string]

The label name for the profile to remove. You can see the profiles available for a host by executing: 'rocks list host vm profile <hostname>'.

examples

# rocks remove host vm bootprofile compute-0-0-0 profile=boot

Remove the 'boot' profile for compute-0-0-0.