Skip to main content
GET
/
api
/
v2
/
external
/
vms
/
{vm_id}
/
status
Get VM Status
curl --request GET \
  --url https://api.lyceum.technology/api/v2/external/vms/{vm_id}/status
{
  "vm_id": "<string>",
  "status": "<string>",
  "hardware_profile": "<string>",
  "created_at": "2023-11-07T05:31:56Z",
  "name": "<string>",
  "ip_address": "<string>",
  "billed": 123,
  "uptime_seconds": 123,
  "instance_specs": {
    "cpu": 123,
    "memory": 123,
    "disk": 123,
    "gpu_count": 123
  }
}

Path Parameters

vm_id
string
required

Response

Successful Response

Detailed status of a VM instance

vm_id
string
required
status
string
required
hardware_profile
string
required
created_at
string<date-time>
required
name
string | null
ip_address
string | null
billed
number | null
uptime_seconds
integer | null
instance_specs
VMInstanceSpecs · object

VM instance resource specifications