cURL
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>" }
Start a rolling restart operation for a server group. Restarts servers one by one while ensuring availability.
Network ID
Network Secret
Rolling restart configuration
The body is of type object.
object
Accepted
Was this page helpful?