Modifies an existing Virtual Private Clouds configuration including description, subnet, or network settings on your Vultr account.
The vultr-cli vpc update command modifies existing Virtual Private Cloud configurations, allowing you to update properties like description, network settings, or other VPC attributes.
$ vultr-cli vpc update [flags]
# Full example
$ vultr-cli vpc update fe8cfe1d-b25c-4c3c-8dfe-e5784bade8d9 --description="Example Updated VPC"
# Shortned example with aliases
$ vultr-cli vpc u fe8cfe1d-b25c-4c3c-8dfe-e5784bade8d9 -d="Example Updated VPC"
| Shorthand | Long Version | Description |
|---|---|---|
| -d | --description | The description of the VPC |