# exo networking vpc update
### Description

This command updates a Virtual Private Cloud.

Supported output template annotations: .ID, .Name, .Description, .Default, .Zone, .CreatedAt, .DhcpOptions, .Labels, .Subnets

```
exo networking vpc update VPC-NAME|ID [flags]
```

### Options

| Option | Description |
|---------|------------|
|`--description` | VPC description |
|`--dns-server` | DHCP option 6: DNS servers (can be specified multiple times) |
|`--domain-search` | DHCP option 119: domain search list (can be specified multiple times) |
|`--help, -h` | help for update |
|`--label` | VPC label (format: key=value), clearing the labels is possible by passing [=] |
|`--name` | VPC name |
|`--ntp-server` | DHCP option 42: NTP servers (can be specified multiple times) |
|`--zone, -z` | VPC zone |


### Options inherited from parent commands

| Option | Description |
|---------|------------|
|`--config, -C` | Specify an alternate config file [env EXOSCALE_CONFIG] |
|`--output-format, -O` | Output format (table\|json\|text), see &#34;exo output --help&#34; for more information |
|`--output-template` | Template to use if output format is &#34;text&#34; |
|`--quiet, -Q` | Quiet mode (disable non-essential command output) |
|`--timeout` | Per-zone timeout for list operations; -1s disables timeout [env EXOSCALE_TIMEOUT] |
|`--use-account, -A` | Account to use in config file [env EXOSCALE_ACCOUNT] |


### Related Commands

* [vpc]({{< ref "../vpc">}})	 - Virtual Private Cloud management


