Modifies an existing Virtual Private Clouds configuration including description, subnet, or network settings on your Vultr account.
The vultr-cli vpc update
command modifies an existing Virtual Private Cloud's configuration, allowing you to change attributes like description, subnet, or network settings on your Vultr account.
$ 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 |
No comments yet.