v1
latestOpenAPI 3.1.02026-07-1413113265.9 KBclient
reboot instance
Reboots your instance. This will close the current session and restart the client. The instance will need to be re-authenticated if it was previously logged in.
post/instances/{id}/client/action/reboot
Path parameters
idinteger required
Instance ID
Response
Successful reboot response
Example response
{
"data": {
"status": "success"
},
"links": {
"self": "https://waapi.app/api/v1/instances/1/client/action/reboot"
},
"status": "success"
}