Skip to main content
POST
/
v0
/
server-groups
/
rolling-restart
Start a rolling restart
curl --request POST \
  --url https://controller.platform.simplecloud.app/v0/server-groups/rolling-restart \
  --header 'Content-Type: application/json' \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>' \
  --data '{}'
{
  "group_id": "<string>",
  "message": "<string>",
  "status": "<string>"
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Body

application/json

Rolling restart configuration

The body is of type object.

Response

Accepted

group_id
string
message
string
status
string