## Check Update VPC Availability

`$ nirvana networking:vpcs:availability update`

**patch** `/v1/networking/vpcs/{vpc_id}/availability`

Check if a VPC can be updated

### Parameters

- `--vpc-id: string`

  VPC ID

- `--name: optional string`

  Name of the VPC.

- `--subnet-name: optional string`

  Name of the subnet to create.

- `--tag: optional array of string`

  Tags to attach to the VPC.

### Example

```cli
nirvana networking:vpcs:availability update \
  --api-key 'My API Key' \
  --vpc-id vpc_id
```
