cURL
curl --request POST \ --url https://dashboard.gratian.pro/api/client/servers/{server}/power \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data '{ "signal": "start" }'
This response does not have an example.
Send a power action to a server.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The server UUID
No content