Skip to main content
DELETE
/
api
/
v1
/
accounts
/
{accountId}
/
projects
/
{projectId}
/
gpu-clusters
/
{externalId}
Delete GPU cluster
curl --request DELETE \
  --url https://api.example.com/api/v1/accounts/{accountId}/projects/{projectId}/gpu-clusters/{externalId}
{
  "message": "<string>",
  "deleted_at": "2023-11-07T05:31:56Z",
  "request_id": "<string>"
}

Headers

x-account-id
string
X-Request-ID
string
x-kong-request-id
string

Path Parameters

accountId
string
required
projectId
string
required
externalId
string
required

Response

OK

message
string
required
deleted_at
string<date-time>
required
request_id
string