Skip to main content
DELETE
/
compute
/
v1
/
vms
/
{id}
Delete Agent VM
curl --request DELETE \
  --url https://compute.hexelstudio.com/compute/v1/vms/{id} \
  --header 'Authorization: <api-key>'
{
  "code": 123,
  "error_code": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://hexelstudio.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

STS access token. Obtain via POST https://sts.hexelstudio.com/token with X-API-Key header.

Path Parameters

id
string
required

VM ID (UUID)

Response

No Content