cURL
curl -X PUT \ -H "Authorization Bearer $TOGETHER_API_KEY" \ --data '{ "cluster_id": "cluster id", "cluster_type": "kubernetes", "num_gpus": 24 }' \ https://manager.cloud.together.ai/api/v1/gpu_cluster
{ "cluster_id": "<string>", "status": "UNKNOWN_STATUS" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
UNKNOWN_TYPE
KUBERNETES
SLURM
OK
UNKNOWN_STATUS
PENDING
QUEUED
WAITING_CONTROL_PLANE
WAITING_DATA_PLANE
READY
FAILED
Was this page helpful?