Skip to main content
PUT
Recycle Instance

Authorizations

Authorization
string
header
required

API key must be provided in the Authorization header

Path Parameters

id
integer
required

ID of the instance to recycle

Response

200 - application/json

Returns {success: true} on successful recycle initiation, or {success: false, error: "invalid_id", msg: "Invalid instance id."} when the instance or container is not found.

success
boolean

True when recycle was initiated

error
string

Error code if success is false

msg
string

Human-readable message