v51

latestOpenAPI 3.0.1raw.githubusercontent.com2026-08-01169142751.2 KB
Subscriptions - Pro - Connectivity

Update VPC peering

Updates VPC peering for the specified subscription.

put/v1/subscriptions/{subscriptionId}/peerings/{peeringId}

Path parameters

subscriptionIdinteger required

Subscription ID.

peeringIdinteger required

VPC Peering ID.

Request body

subscriptionIdinteger
vpcPeeringIdinteger

VPC Peering ID to update.

vpcCidrstring

Optional. VPC CIDR.

vpcCidrsstring[]

Optional. List of VPC CIDRs.

commandTypestring

Example request

{
  "vpcCidr": "<10.10.10.0/24>",
  "vpcCidrs": [
    "<10.10.10.0/24>",
    "<10.10.20.0/24>"
  ]
}

Response

Accepted

taskIdstring uuid
commandTypestring
status'initialized' | 'received' | 'processing-in-progress' | 'processing-completed' | 'processing-error'
descriptionstring
timestampstring date-time
linksobject[]