post https://api.linode.com//vpcs
Create a new VPC and optionally associated VPC Subnets.
- Users must have the
add_vpcgrant to access this operation. - A successful request triggers a
vpc_createevent andsubnet_createevents for any created VPC Subnets.
Once you create a VPC, you can attach it to a Linode by assigning a VPC subnet to one of the Linode's network interfaces.
linode-cli vpcs create \
--description "A description of my VPC." \
--label vpc-example \
--region us-east \
--ipv6.range /52 \
--subnets.label vpc-subnet-example \
--subnets.ipv4 10.0.1.0/24
<https://techdocs.akamai.com/cloud-computing/docs/getting-started-with-the-linode-cli>
vpc:read_write
<https://techdocs.akamai.com/linode-api/reference/get-started#oauth>
