Vultr DocsLatest Content


Create

Updated on 15 September, 2025

Creates a new VPC 2.0 network for isolated private networking between Vultr cloud resources.


The vultr-cli vpc2 create command creates a new VPC 2.0 network in your Vultr account, allowing isolated private networking between your cloud resources.

Usage

console
$ vultr-cli vpc2 create [flags]

Examples

console
# Full example
$ vultr-cli vpc2 create --region="ewr" --description="example-vpc" --ip-type="v4" --ip-block="10.99.0.0" \
--prefix-length="24"

Flags

Shorthand Long Version Description
-d --description description for the new VPC2 network
- --ip-block subnet IP address for the new VPC2 network
- --ip-type IP type for the new VPC2 network
- --prefix-length number of bits for the netmask in CIDR notation for the new VPC2 network
-r --region The ID of the region in which to create the VPC2

Comments

No comments yet.