📣
TiDB Cloud Essential is now in public preview. Try it out →

Destroy TiDB Clusters on Kubernetes

This document describes how to destroy TiDB clusters on Kubernetes.

Destroy a TiDB cluster managed by Cluster

To destroy a TiDB cluster managed by Cluster, run the following command:

kubectl delete cluster ${cluster_name} -n ${namespace}

Was this page helpful?