Update a VPC

Update an existing VPC. A successful request triggers a vpc_update event.

To update a VPC's Subnet, run the Update a VPC subnet operation.

Permissions and scopes

To call this operation, you need permissions, based on the model you're using:

  • Identity and access permissions. Your user needs a role with these permissions. Learn more.

    • Permissions: update_vpc
  • OAuth scopes. Your user needs these scopes assigned. Learn more.

    • Scopes: vpc:read_write

CLI

linode-cli vpcs update $vpcId \
  --description "A description of my VPC."
  --label cool-vpc

Learn more

Language
Credentials