OrientDB Manual

SQL - DROP CLUSTER

The Drop Cluster command removes a cluster and all its content. This operation cannot be rollbacked.

Syntax

DROP CLUSTER <cluster-name>|<cluster-id>

Where:

  • cluster-name is the cluster name as string
  • cluster-id is the cluster id as integer

See also

Examples

Remove the cluster 'Account':

DROP CLUSTER Account