Skip to main content
POST
Create Network

Headers

Content-Type
string
required

Allowed value: application/json.

Authorization
string
required

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

Body

application/json
region_id
string
required

Region ID. String, length: 1-255 characters.

Example:

"cluster-abc123"

name
string
required

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

Example:

"dev-vpc"

Response

200 - application/json

OK

id
string

ID of the created Network

Example:

"network-abc123"

Last modified on June 23, 2026