Skip to main content
PUT
Update Network

Headers

Content-Type
string
required

Allowed value: application/json.

Authorization
string
required

Bearer authentication format, e.g.: Bearer {{API_KEY}}.

Path Parameters

network_id
string
required

Network ID.

Body

application/json
name
string
required

Network name. String, length: 1-30 characters.

Example:

"dev-vpc-renamed"

Response

200 - application/json

OK

The response is of type object.

Last modified on June 23, 2026