Skip to main content
DELETE
Delete Kubernetes cluster
Updated August 24, 2026
If teardown cannot complete, the cluster remains visible with status delete_failed and nothing has been removed — repeat the delete to retry.

Authorizations

X-API-Key
string
header
required

API key for authentication. Each key is bound to a specific account.

Headers

X-Project-ID
string<uuid>
required

Project ID. Required for all mutating operations (create, delete, power actions, resize).

Path Parameters

cluster_id
string
required

Cluster ID (short id, e.g. q7z7zg)

Response

Deletion started

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

Last modified on August 24, 2026