Skip to content

DROP CLUSTER

Drop a virtual compute 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";

Parent topic:SQL Commands