Skip to main content
PUT
Reboot 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 reboot

Response

Returns {success: true} on successful reboot initiation, or {success: false, error: "invalid_id", msg: "Invalid instance id. Is the container started?"} if the container is not running.

success
boolean

True when reboot was initiated

error
string

Error code if success is false

msg
string

Human-readable message