Skip to content

Part 3: Deprovision

What Will You Do

In this part of the self-paced exercise, you will deprovision your MKS cluster.


Deprovision

You can deprovision/delete your MKS cluster using the the web console or the RCTL CLI.

If using the web console, follow the below steps.

  • Navigate to the previously created project in your Org
  • Select Infrastructure -> Clusters
  • Click on the gear icon on the far right of the cluster card
  • Select "Delete"
  • Click "Yes" to acknowledge the deletion

If using the RCTL CLI, run the below command.

Note, the below command will need to be updated with the cluster name that was used.

rctl delete cluster <cluster-name>

Alternatively, you can also perform this from the web console