v1
latestOpenAPI 3.0.02026-07-1771620.9 KBLaunch instances
Launches one or more instances of a given instance type.
post/instance-operations/launch
Request body
Example request
{
"region_name": "us-tx-1",
"instance_type_name": "gpu_1x_a100",
"ssh_key_names": [
"macbook-pro"
],
"file_system_names": [
"shared-fs"
],
"name": "training-node-1"
}Response
OK
Example response
{
"data": {
"instance_ids": [
"0920582c7ff041399e34823a0be62549"
]
}
}