Skip to main content
DELETE
/
api
/
v2
/
external
/
vms
/
{vm_id}
Terminate Vm
curl --request DELETE \
  --url https://api.lyceum.technology/api/v2/external/vms/{vm_id} \
  --header 'Authorization: Bearer <token>'
{
  "vm_id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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.

Path Parameters

vm_id
string
required

Response

Successful Response

Response model for VM operations like start/stop.

vm_id
string
required
status
string
required
message
string
required