Skip to main content
PUT
/
v0
/
server-groups
/
properties
Replace server group properties
curl --request PUT \
  --url https://controller.platform.simplecloud.app/v0/server-groups/properties \
  --header 'Content-Type: application/json' \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>' \
  --data '{}'
{
  "message": "Properties updated successfully",
  "properties": {}
}

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Query Parameters

server_group_id
string
required

Server Group ID

Body

application/json

Properties to set

The body is of type object.

Response

OK

Response for updating properties

message
string
Example:

"Properties updated successfully"

properties
object