DROP CLUSTER
Drop a cluster.
DROP [ COMPUTE ] CLUSTER [ IF EXISTS ] name
Use double quotes for the cluster name if it contains special characters.
If you use the IF EXISTS
option, no error message is returned if the
named cluster does not exist.
Example
drop cluster "bobr-rc6-cluster1";