/clusters/create
Clusters
/clusters/create
Create a new GPU cluster.
POST
/clusters/create
Authorizations
Body
application/json
The name of the cluster.
Example:
"protestant-aquamarine-cluster"
The cloud provider for the cluster.
Example:
"denvr"
The region where the cluster will be deployed.
Example:
"houston-usa-1"
The type of GPU cluster to create.
Example:
"H100_sxm5x8"
The number of instances in the cluster.
Example:
2
The SSH key ID to use for the cluster instances.
Example:
"f0c6ac6d-7240-4968-8eb7-a11c4a0a5dc6"
The operating system for the cluster.
Example:
"ubuntu20.04"
Response
200 - application/json
Returns a CreateClusterResponse object
Response of the /clusters/create API call
The unique identifier for the newly created cluster.
Example:
"8eda86fe-0f36-41ed-9837-0ccf8f6e0fcb"