Deleting a cluster Managed Service for ClickHouse®
Written by
Updated at April 8, 2026
If you have an ClickHouse® cluster in your project, you can delete it.
Note
If the deletion protection is on (spec.deletionProtection: true), the operator will reject the deletion of the resource. First, deactivate the protection in cluster settings by going spec.deletionProtection: false, apply the manifest, and then proceed with the deletion.
CLI
Management console
- Find the cluster name in the list of project clusters:
kubectl get ClickhouseCluster -n <project_name>. - Delete the cluster resource:
kubectl delete ClickhouseCluster <cluster_name> -n <project_name>.
- Open your project.
- In the left-hand menu, select ClickHouse® Clusters.
- Select a cluster.
- Click Delete.
- Confirm the deletion.
This is it. You have successfully deleted the cluster.