Update VPC
Update selected fields on a CoreWeave VPC using a field mask.
Documentation Index
Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
Use this file to discover all available pages before exploring further.
- The API server is
https://api.coreweave.com. - Replace
{API_ACCESS_TOKEN}with your CoreWeave API access token. - For required permissions, see IAM Access Policies.
updateMask
field, to specify which fields to modify. When updateMask is
omitted, all fields in the request body are updated. For more
information on field masks, see the
Google AIP-157 guidance.
The valid updateMask field paths are:
vpcPrefixesingress.disablePublicServicesegress.disablePublicAccessdhcp.dns.servers
ingress
or dhcp — is invalid; the server silently ignores the
request and makes no changes.
Authorizations
CoreWeave API access token sent as a bearer token.
Path Parameters
The unique identifier for the VPC.
Body
The unique identifier for the VPC.
A field mask specifying which fields to update. Valid paths are vpcPrefixes, ingress.disablePublicServices, egress.disablePublicAccess, and dhcp.dns.servers. Any other path (including top-level paths like ingress or dhcp) is silently ignored. When omitted, all fields in the request body are updated. See Google AIP-157.
An array of additional prefixes associated with the VPC. Must be given in CIDR notation.
The ingress configuration of the VPC.
The egress configuration of the VPC.
The DHCP configuration of the VPC.
Response
OK
The VPC.