Files
doris/docs/documentation/en/sql-reference/sql-statements/Administration/DROP CLUSTER_EN.md

1.1 KiB

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