Deleting a Kubernetes Cluster

Find out how to delete an existing Kubernetes cluster that you've created using Kubernetes Engine (OKE).

For more information and notes, see Deleting Kubernetes Clusters.

    1. On the Clusters list page, select the name of the cluster that you want to delete. If you need help finding the list page or the cluster, see Listing Clusters.
    2. On the Cluster details page, select the Delete button, and then confirm that you want to delete the cluster.
  • Use the oci ce cluster delete command and required parameters to delete a cluster:

    oci ce cluster delete --cluster-id <cluster-ocid>

    For example:

    oci ce cluster delete --cluster-id ocid1.cluster.oc1.iad.aaaaaaaaaf______jrd

    For a complete list of parameters and values for CLI commands, see the CLI Command Reference.

  • Run the DeleteCluster operation to delete a cluster.