Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 696 Bytes

SQL-Drop-Cluster.md

File metadata and controls

27 lines (19 loc) · 696 Bytes

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