Create a new instance
This endpoint is used to create a new instance. You must provide a custom name
for the instance, its gpu_type
, and the name of its ssh_key
.
If no values are provided for the gpu_count
and operating_system_label
, the default values of 1
and ubuntu_20_04_lts_nvidia
are used respectively.
Request
This endpoint expects an object.
gpu_type
The GPU type of the instance.
ssh_key
The SSH key name to add to the instance. This SSH key is used to connect to the instance.
name
The custom name of the instance.
gpu_count
The number of GPUs to attach to the instance.
operating_system_label
The operating system label used to create the instance.
region
The region in which to create the instance.
volumes
The volumes attached to the instance.
Response
Successful Response
id
name
gpu_type
operating_system_label