pydo.vpcs.patch_peerings()
Generated on 19 Nov 2025
from pydo version
v0.21.0
Description
To update the name of a VPC peering in a particular VPC, send a PATCH request
to /v2/vpcs/$VPC_ID/peerings/$VPC_PEERING_ID with the new name in the
request body.
Parameters
| Name | Type | Required | Description | Default Value |
|---|---|---|---|---|
vpc_id |
string | True | A unique identifier for a VPC. | |
vpc_peering_id |
string | True | A unique identifier for a VPC peering. | |
body |
JSON or IO[bytes] | True |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.