DELETE CLUSTER
Description
Delete an existing Cluster.
Usage Tip: A Managed Cluster can only be deleted if no Stream Captures or Table Services are assigned to it. You must first remove these workloads from the Cluster, or the deletion command will fail.
Note that the SQL statement does not end with ;
Syntax
DELETE CLUSTER <cluster_name>
Sample response
Examples
DELETE CLUSTER managed_cluster_retail
Required parameters
<cluster_name>
: Specify the name of the Cluster to delete.