Last updated 9 months ago
POST
This endpoint allows clients to send commands to a server to perform actions such as starting, stopping, or rebooting the server.
Body
authKey
string
Your API key
server_id
int
ID of your server
action
start/reboot/reset/shutdown/kill/suspend
Response
{ "result": true, "message": "Server start action initiated successfully." }
{ "result": false, "error": "Failed to initiate server start action." }
https://console.cloudblast.io/api/public/send-action-server