# doctl vpcs – DigitalOcean Documentation > The commands under `doctl vpcs` are for managing your VPC networks. With the VPC commands, you can list, create, or delete VPCs, and manage their configuration details. - [doctl vpcs create](https://docs.digitalocean.com/reference/doctl/reference/vpcs/create/index.html.md): Use this command to create a new VPC network on your account. - [doctl vpcs delete](https://docs.digitalocean.com/reference/doctl/reference/vpcs/delete/index.html.md): Permanently deletes the specified VPC. This is irreversible. You cannot delete VPCs that are default networks for a region. To delete a default VPC network, make another VPC network the default for the region using the `doctl vpcs update --default=true` … - [doctl vpcs get](https://docs.digitalocean.com/reference/doctl/reference/vpcs/get/index.html.md): Retrieve information about a VPC network, including: - The VPC network's ID - The uniform resource name (URN) for the VPC network - The VPC network's name - The VPC network's description - The range of IP addresses in the VPC network, in CIDR notation - … - [doctl vpcs list](https://docs.digitalocean.com/reference/doctl/reference/vpcs/list/index.html.md): Retrieves a list of the VPCs on your account, including the following information for each: - The VPC network's ID - The uniform resource name (URN) for the VPC network - The VPC network's name - The VPC network's description - The range of IP addresses in … - [doctl vpcs update](https://docs.digitalocean.com/reference/doctl/reference/vpcs/update/index.html.md): Updates a VPC network's configuration. You can update its name, description, and default state. ## doctl vpcs peerings The commands under `doctl vpcs peerings` are for managing your VPC Peerings. With the VPC Peerings commands, you can get, list, create, update, or delete VPC Peerings, and manage their configuration details. - [doctl vpcs peerings create](https://docs.digitalocean.com/reference/doctl/reference/vpcs/peerings/create/index.html.md): Use this command to create a new VPC Peering on your account. - [doctl vpcs peerings delete](https://docs.digitalocean.com/reference/doctl/reference/vpcs/peerings/delete/index.html.md): Permanently deletes the specified VPC Peering. This is irreversible. - [doctl vpcs peerings get](https://docs.digitalocean.com/reference/doctl/reference/vpcs/peerings/get/index.html.md): Retrieves information about a VPC Peering, including: - The VPC Peering ID - The VPC Peering Name - The Peered VPC network IDs - The VPC Peering Status - The VPC Peering creation date, in ISO8601 combined date and time format - [doctl vpcs peerings list](https://docs.digitalocean.com/reference/doctl/reference/vpcs/peerings/list/index.html.md): Retrieves a list of the VPC Peerings on your account, including the following information for each: - The VPC Peering ID - The VPC Peering Name - The Peered VPC network IDs - The VPC Peering Status - The VPC Peering creation date, in ISO8601 combined date … - [doctl vpcs peerings update](https://docs.digitalocean.com/reference/doctl/reference/vpcs/peerings/update/index.html.md): Use this command to update the name of a VPC Peering