Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
clusters
/
{id}
Delete a cluster
curl --request DELETE \
  --url https://rest.compute.cudo.org/v1/projects/{projectId}/clusters/{id} \
  --header 'Authorization: <api-key>'
{}

Authorizations

Authorization
string
header
required

API key authentication. API keys should be passed using the format Bearer API_KEY.

Path Parameters

projectId
string
required
id
string
required

Response

A successful response.

The response is of type object.