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

1.1 KiB

title, language
title language
DROP CLUSTER 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