📣

TiDB Cloud Serverless is now
TiDB Cloud Starter
! Same experience, new name.
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?