Update a VPC
To update information about a VPC, send a PUT request to /v2/vpcs/$VPC_ID.
Path parameters
A unique identifier for a VPC.
Request body
Example request
{
"name": "env.prod-vpc",
"description": "VPC for production environment",
"default": true
}Response
The response will be a JSON object with a key called vpc. The value of this will be an object that contains the standard attributes associated with a VPC.
Example response
{
"vpc": {
"name": "env.prod-vpc",
"description": "VPC for production environment",
"region": "nyc1",
"ip_range": "10.10.10.0/24",
"default": true,
"id": "5a4981aa-9653-4bd1-bef5-d6bff52042e4",
"urn": "do:droplet:13457723",
"created_at": "2020-03-13T19:20:47.442049222Z"
}
}Changes
Changed in 4 of the 8 revisions of this API.14
- ○
api tag
DigitalOcean-public.v2-new_VPCsaddedapi-tag-added
- ○
api tag
VPCsremovedapi-tag-removed
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ○
endpoint added
endpoint-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○
- ▲
api path removed without deprecation
api-path-removed-without-deprecation
This revision also has 436 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲
- ○
endpoint added
endpoint-added
This revision also has 70 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○