SQL - DROP CLUSTER
Removes the cluster and all of its content. This operation is permanent and cannot be rolled back.
Syntax
DROP CLUSTER <cluster-name>|<cluster-id>
<cluster-name>
Defines the name of the cluster you want to remove.<cluster-id>
Defines the ID of the cluster you want to remove.
Examples
Remove the cluster
Account
:orientdb>
DROP CLUSTER Account
For more information, see