Deleting a cluster Apache Kafka®
Written by
Updated at April 8, 2026
If you have an Apache Kafka® cluster in your project, you can delete it.
CLI
Management console
- Find the name of the required cluster in the list of project clusters:
kubectl get KafkaCluster -n <project name>. - Delete the cluster resource:
kubectl delete KafkaCluster <cluster name> -n <project name>.
- If you have not opened a project yet, select one.
- In the left-hand menu, select Kafka Clusters.
- Select a cluster.
- Click Delete.
- Confirm the deletion.