Skip to main content
DELETE
/
cluster
/
{cluster}
Destroy a cluster
curl --request DELETE \
  --url https://api.example.com/cluster/{cluster} \
  --header 'Authorization: Bearer <token>'
{
  "cluster_id": "<string>",
  "message": "<string>",
  "request_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

cluster
string
required

Response

Cluster destruction initiated

Response for DELETE /cluster/{cluster}.

cluster_id
string
required

TensorPool cluster ID

message
string
required

Status message

request_id
string | null

Request ID for tracking