cURL
curl --request GET \ --url https://api.lyceum.technology/api/v2/external/vms/{vm_id}/status \ --header 'Authorization: Bearer <token>'
{ "vm_id": "<string>", "status": "<string>", "instance_specs": {}, "created_at": "2023-11-07T05:31:56Z", "ip_address": "<string>", "uptime_seconds": 123, "billed": 123, "hardware_profile": "<string>", "gpu_count": 123, "name": "<string>" }
Get detailed status of a specific VM from VM provisioning service.
Pass an API key (prefixed lk_) or a JWT access token as a bearer token. Generate API keys in the dashboard at https://dashboard.lyceum.technology/api-keys.
lk_
Successful Response
Response model for VM status.