Vultr DocsLatest Content


Update

Updated on 15 September, 2025

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.

Usage

console
$ vultr-cli vpc update [flags]

Examples

console
# 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"

Flags

Shorthand Long Version Description
-d --description The description of the VPC

Comments

No comments yet.