Skip to main content
DELETE
Delete node pool
Updated August 24, 2026
Every node is cordoned and drained before its VM is terminated, one at a time. The last pool of a cluster cannot be deleted, and the cluster keeps at least 2 worker nodes.

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)

pool_id
string<uuid>
required

Node pool ID

Response

Pool deletion started

success
boolean
Example:

true

message
string
Example:

"Operation completed successfully"

Last modified on August 24, 2026