cURL
curl --request DELETE \ --url https://api.example.com/cluster/{cluster} \ --header 'Authorization: Bearer <token>'
{ "cluster_id": "<string>", "message": "<string>", "request_id": "<string>" }
Destroy a GPU cluster. Returns 202 immediately with request ID. Poll /request/info/ to track destruction progress.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Cluster destruction initiated
Response for DELETE /cluster/{cluster}.
TensorPool cluster ID
Status message
Request ID for tracking
Was this page helpful?