Huddle01 Cloud
Waitlist

Create waitlist request

Create a waitlist request for an unavailable GPU type.

POST
/deployments/requests
X-API-Key<token>

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

In: header

Request Body

application/json

Response Body

application/json

application/json

application/json

curl -X POST "https://gpu.huddleapis.com/api/v1/deployments/requests" \  -H "Content-Type: application/json" \  -d '{    "cluster_type": "8H200.141G",    "location": "FIN-03",    "auto_deploy": false  }'
{
  "code": "OK",
  "data": {
    "id": "string",
    "resource_type": "cluster",
    "cluster_type": "8H200.141G",
    "location": "string",
    "status": "waiting",
    "auto_deploy": true,
    "created_at": "2019-08-24T14:15:22Z",
    "updated_at": "2019-08-24T14:15:22Z"
  }
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}