Authorizations
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Path Parameters
Project ID
Region ID
GPU cluster ID
Response
GPU cluster
GPU Cluster ID
"d1e1500b-e2be-40aa-9a4b-cc493fa1af30"
GPU Cluster Name
"my-gpu-cluster"
GPU Cluster status
ACTIVE
, ERROR
, PENDING
, SUSPENDED
Datetime when the cluster was created
"2025-04-17 12:05:22.597284"
Task that created this entity
"d1e1500b-e2be-40aa-9a4b-cc493fa1af30"
Flavor ID is the same as the name
"bm3-ai-1xlarge-h100-80-8"
Image ID
"f01fd9a0-9548-48ba-82dc-a8c8b2d6f2f1"
Image name
"ubuntu-22.04-x64-nvidia-a100/h100-550-12.4-eni"
Networks managed by user and associated with the cluster
A password for a bare metal server. This parameter is used to set a password for the "Admin" user on a Windows instance, a default user or a new user on a Linux instance
"my-password"
Project ID
1337
Region name
"Luxembourg 1"
Region ID
7
GPU cluster servers
Keypair name to inject into new cluster(s)
"my-ssh-key"
List of key-value tags associated with the resource. A tag is a key-value pair that can be associated with a resource, enabling efficient filtering and grouping for better organization and management. Some tags are read-only and cannot be modified by the user. Tags are also integrated with cost reports, allowing cost data to be filtered based on tag keys or values.
[
{
"key": "my-tag",
"read_only": false,
"value": "my-tag-value"
}
]
Task ID associated with the cluster
"d1e1500b-e2be-40aa-9a4b-cc493fa1af30"
Task status
CLUSTER_CLEAN_UP
, CLUSTER_RESIZE
, CLUSTER_RESUME
, CLUSTER_SUSPEND
, ERROR
, FINISHED
, IPU_SERVERS
, NETWORK
, POPLAR_SERVERS
, POST_DEPLOY_SETUP
, VIPU_CONTROLLER
String in base64 format. Must not be passed together with 'username' or 'password'. Examples of the user_data
: https://cloudinit.readthedocs.io/en/latest/topics/examples.html
A name of a new user in the Linux instance. It may be passed with a 'password' parameter
"my-username"