Skip to main content
DELETE
/
api
/
v2
/
external
/
vms
/
{vm_id}
Terminate Vm
curl --request DELETE \
  --url https://api.example.com/api/v2/external/vms/{vm_id}
{
  "vm_id": "<string>",
  "status": "<string>",
  "message": "<string>"
}

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