Delete cluster
DELETE /tenants/{tenant}/clusters/{name}
DELETE
/tenants/{tenant}/clusters/{name}
Permanently delete a managed cluster. This destroys all workloads, data, and configuration within the cluster. This action cannot be undone.
The cluster will enter a “Deleting” phase and be fully removed asynchronously.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” tenant
required
string
Tenant name
name
required
string
Cluster name
Responses
Section titled “ Responses ”Cluster deletion initiated
Invalid name
object
error
string
Missing or invalid authentication
object
error
string
Admin access required
object
error
string
Cluster not found
object
error
string
Rate limit exceeded
object
error
string