Huddle01 Cloud
Deployments

Check cluster availability

Check real-time availability for a specific cluster type.

GET
/deployments/availability/{cluster_type}
X-API-Key<token>

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

In: header

Path Parameters

cluster_type*string

Cluster type (e.g. 1H100.80S.30V)

Response Body

application/json

application/json

curl -X GET "https://gpu.huddleapis.com/api/v1/deployments/availability/string"
{
  "code": "OK",
  "data": {
    "cluster_type": "1H100.80S.30V",
    "is_available": true
  }
}
{
  "code": "BAD_REQUEST",
  "error": "Missing required field: hostname"
}