Skip to main content
POST
Create a VPC

Authorizations

Authorization
string
header
required

HTTP Basic Authentication using your Tiger Cloud public key and secret key.

Format: Authorization: Basic <base64(public_key:secret_key)>

Example:

Path Parameters

project_id
string
required

The unique identifier of the project.

Example:

"rp1pz7uyae"

Body

application/json
name
string
required
Example:

"my-production-vpc"

cidr
string
required
Example:

"10.0.0.0/16"

region_code
string
required
Example:

"us-east-1"

Response

VPC created successfully.

id
string
read-only
Example:

"1234567890"

name
string
Example:

"my-production-vpc"

cidr
string
Example:

"10.0.0.0/16"

region_code
string
Example:

"us-east-1"