PUT /v2/vpcs/{vpc_id}

To update information about a VPC, send a PUT request to /v2/vpcs/$VPC_ID.

Servers

Path parameters

Name Type Required Description
vpc_id String Yes

A unique identifier for a VPC.

Request headers

Name Type Required Description
Content-Type String Yes The media type of the request body.

Default value: "application/json"

Request body fields

Name Type Required Description
name String Yes

The name of the VPC. Must be unique and may only contain alphanumeric characters, dashes, and periods.

description String No

A free-form text field for describing the VPC's purpose. It may be a maximum of 255 characters.

default Boolean No

A boolean value indicating whether or not the VPC is the default network for the region. All applicable resources are placed into the default VPC network unless otherwise specified during their creation. The default field cannot be unset from true. If you want to set a new default VPC network, update the default field of another VPC network in the same region. The previous network's default field will be set to false when a new default VPC has been defined.

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. Search for the API you want to integrate with and click on the name.
    • This loads the API reference documentation and prepares the Http request settings.
  3. Click Test request to test run your request to the API and see the API's response.