Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Response
200 - application/json
OK
curl -X DELETE \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
https://manager.cloud.together.ai/api/v1/gpu_cluster/${CLUSTER_ID}
{
"cluster_id": "<string>"
}
curl -X DELETE \
-H "Authorization: Bearer $TOGETHER_API_KEY" \
https://manager.cloud.together.ai/api/v1/gpu_cluster/${CLUSTER_ID}
{
"cluster_id": "<string>"
}
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
OK
Was this page helpful?