Skip to main content
POST
/
v1
/
game
/
servers
/
{serverId}
/
power
Power action (start/stop/restart/kill)
curl --request POST \
  --url https://api.waterfall.host/v1/game/servers/{serverId}/power \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "action": "start"
}
'

Authorizations

Authorization
string
header
required

API key generated from your Waterfall dashboard

Path Parameters

serverId
string
required

Body

application/json
action
enum<string>
required
Available options:
start,
stop,
restart,
kill

Response

200

Action executed