Infra APIVms

Delete a VM

Deletes a specific VM and cleans up associated resources

DELETE/api/v1/vms/{vm_id}

Deletes a specific VM and cleans up associated resources

Authorization

BearerAuth
AuthorizationBearer <token>

Supabase JWT Bearer token

In: header

Path Parameters

vm_id*string

VM ID

Response Body

application/json

application/json

application/json

curl -X DELETE "https://example.com/api/v1/vms/string"
Empty
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}
{  "error": "string",  "message": "string"}