Huddle01 Cloud
SSH Keys

Delete SSH key

Delete an SSH key.

DELETE
/ssh-keys/{id}
X-API-Key<token>

GPU API key (format: mk_...). Generate from the dashboard or via POST /api-keys.

In: header

Path Parameters

id*string

SSH key UUID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://gpu.huddleapis.com/api/v1/ssh-keys/string"
Empty
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}