Skip to main content
DELETE
/
vm
/
{vm_id}
cURL
curl --request DELETE \
  --url https://api.example.com/vm/{vm_id} \
  --header 'Authorization: Bearer <token>'
{
  "vm_id": "<string>"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

vm_id
string
required

VM ID to delete

Query Parameters

skip_wait_boot
boolean

If true, return an error immediately if the VM is still booting. Default: false

Response

VM deleted successfully

Response body for DELETE /api/vm/{vm_id}

vm_id
string
required