How-To Force Delete a Cluster Using API

Problem

There is a stale cluster entry that shows up on your UI and the delete option present in the UI is unable to delete the cluster.

Environment

  • Platform9 Managed Kubernetes - v5.5 and Higher

Procedure

  1. Obtain a Keystone token and use the following call to delete the cluster.

curl --request DELETE --url https://{base_url}/qbert/v3/{project_id}/clusters/{cluster_id}/ --header "X-Auth-Token: {auth_token}"

Last updated