Create Training Cluster
POST
/distributed_jobs_v2/cluster/Query parameters
project_idQueryintegerrequiredProject ID
active_iamQueryintegeroptionalActive IAM ID (To access contact person account) Find your Active IAM ID here
locationQuerystringrequiredLocation
Request body
application/json
Name of the training cluster.
ID of the image version to use for cluster nodes (Ubuntu Slurm or NeMo).
List of SSH key IDs to attach to the cluster login node.
Security group ID controlling inbound and outbound traffic to cluster nodes.
Whether a lifecycle script has been provided.
Script executed on each node after the cluster starts.
Shared File System volumes to mount on cluster nodes.
Parallel File System volumes to mount on cluster nodes.
Read-only dataset volumes to mount on cluster nodes.
SKU ID for the cluster node type.
Number of nodes in the cluster.
SKU item price ID for the cluster plan. This value is region-specific.
Responses
201Cluster created successfully.
example
201example
Cluster created successfully400Bad request due to invalid parameters.
example
400example
Bad Request401Unauthorized — missing or invalid API key.
example
401example
Unauthorized access.