cURL
curl --request POST \ --url https://rdp.sh/api/v1/servers/{server}/power/{state} \ --header 'Authorization: <api-key>'
{ "status": true }
Change the power state of your server.
reset
start
stop
"start"
The request was successful, and the server has returned the requested resource in the response body.
The response is of type object.
object