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. Open the navigation menu  and select Developer Services. Under Containers & Artifacts, select Kubernetes Clusters (OKE).
    2. Select the compartment that contains the cluster.
    3. On the Clusters page, click the name of the cluster that you want to delete.
    4. On the Cluster details page, click 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.