cURL
curl --request POST \ --url https://your-domain.com/api/client/v1/servers/{id}/power \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "action": "start" } '
{ "ok": true, "action": "<string>", "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Server UUID.
start
stop
restart
kill
Power action accepted