Virtual Machines
Create VM
POST /v2/vms{
"vmTypeId": 1,
"region": "us-east-1",
"name": "my-vm",
"isSpot": 0,
"volumeMountPaths": {
"123": "/mnt/data",
"456": "/mnt/models"
}
}Get VM by ID
List VMs (Paginated)
Update VM (Rename)
Terminate VM
Get VM Types
Last updated
Was this helpful?