/send-action-server

Execute a server action

POSThttps://console.cloudblast.io/api/public/send-action-server

This endpoint allows clients to send commands to a server to perform actions such as starting, stopping, or rebooting the server.

Body

Name
Type
Description

authKey

string

Your API key

server_id

int

ID of your server

action

string

start/reboot/reset/shutdown/kill/suspend

Response

{
  "result": true,
  "message": "Server start action initiated successfully."
}

Last updated