Skip to main content
DELETE
cURL

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