cURL
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 } }
Get detailed status of a specific VM instance.
Successful Response
Detailed status of a VM instance
VM instance resource specifications
Show child attributes
Number of CPU cores
Memory in GB
Disk size in GB
Number of GPUs