Skip to main content
DELETE
/
api
/
v1
/
instances
/
{id}
Destroy (terminate) an instance
curl --request DELETE \
  --url https://openapi.beeos.ai/api/v1/instances/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "data": "<string>"
}

Authorizations

Authorization
string
header
required

Pass a user JWT or a oag_ User API Key on the Authorization: Bearer <token> header. Both are validated by openapi-gateway against the Auth service.

Path Parameters

id
string
required
Maximum string length: 128

Response

200 - application/json

Standard envelope; data is the literal "destroyed".

success
boolean
required
data
string
required