• November 21, 2025

Create

Create

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 you to establish isolated, private networking environments for your 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

Leave a Reply

Your email address will not be published. Required fields are marked *