Tiger Cloud REST API
cURL
curl --request POST \ --url https://console.cloud.timescale.com/public/api/v1/projects/{project_id}/vpcs \ --header 'Content-Type: application/json' \ --data '{ "name": "my-production-vpc", "cidr": "10.0.0.0/16", "region_code": "us-east-1" }'
{ "id": "1234567890", "name": "my-production-vpc", "cidr": "10.0.0.0/16", "region_code": "us-east-1" }
Creates a new Virtual Private Cloud (VPC).
The unique identifier of the project.
"rp1pz7uyae"
"my-production-vpc"
"10.0.0.0/16"
"us-east-1"
VPC created successfully.
"1234567890"
Was this page helpful?