---
title: Create
url: https://docs.vultr.com/reference/vultr-cli/vpc-2/create
description: Creates a new VPC 2.0 network for isolated private networking between Vultr cloud resources.
publish_date: 2025-09-14T03:09:32.495730Z
last_updated: 2025-11-07T17:52:55.835520Z
---

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 |