Recycle Instance
Instances
Recycle Instance
Stops and removes the container for an instance then re-provisions it from its template.
PUT
Recycle Instance
Authorizations
API key must be provided in the Authorization header
Path Parameters
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.