--- { "title": "DROP CLUSTER", "language": "en" } --- # DROP CLUSTER ## Description This statement is used to delete logical cluster. Successful deletion of logical cluster requires first deleting dB in the cluster and administrator privileges. grammar DROP CLUSTER [IF EXISTS] cluster_name ## example Delete logical cluster test_cluster DROP CLUSTER test_cluster; ## keyword DROP,CLUSTER