Virtual Machines
Get VM
Get details of a specific virtual machine.
get/api/v1/vms/{id}
Path parameters
idstring uuid required
VM ID (UUID)
Response
VM details
Example response
{
"data": {
"name": "my-ubuntu-server",
"cpu": 2,
"ram": 4,
"storage": 80,
"total_storage": 80,
"template_name": "Ubuntu",
"template_version": "24.10x64",
"price_per_hour": "0.027764",
"pricing_id": 3,
"billing_type": "payg",
"backup_type": "weekly",
"region": "us-east",
"public_ipv4_address": "15.204.178.3",
"private_ipv4_address": "10.10.0.96"
}
}