Skip to main content
POST
Create a new VPC

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
location
string
required
Example:

"sydney"

name
string
required
Maximum string length: 200
Example:

"Production VPC"

description
string
required
Maximum string length: 200
Example:

"VPC for production environment"

v4_subnet
string
required

IPv4 subnet prefix

Example:

"10.0.0.0"

v4_subnet_mask
string
required

IPv4 subnet mask

Example:

"24"

team_id
string<uuid>

Team ID. Default team will be used if not provided.

Example:

"c1d45377-b2a9-4407-ab8d-6909c34dfaac"

Response

VPC created successfully