Skip to main content
PATCH
/
v0
/
networks
Update a network
curl --request PATCH \
  --url https://controller.platform.simplecloud.app/v0/networks \
  --header 'Content-Type: application/json' \
  --header 'X-Network-ID: <x-network-id>' \
  --header 'X-Network-Secret: <x-network-secret>' \
  --data '{}'
{
  "message": "Network updated successfully",
  "network_id": "123e4567-e89b-12d3-a456-426614174000",
  "network_name": "Acme Network"
}

Documentation Index

Fetch the complete documentation index at: https://new-docs.simplecloud.app/llms.txt

Use this file to discover all available pages before exploring further.

Headers

X-Network-ID
string
required

Network ID

X-Network-Secret
string
required

Network Secret

Body

application/json

Updated network details

The body is of type object.

Response

OK

Response for updating a network

message
string
Example:

"Network updated successfully"

network_id
string
Example:

"123e4567-e89b-12d3-a456-426614174000"

network_name
string
Example:

"Acme Network"