Skip to main content
PATCH
Update gateway

Authorizations

Authorization
string
header
default:Bearer {API_ACCESS_TOKEN}
required

CoreWeave API access token sent as a bearer token.

Path Parameters

id
string
required

The unique identifier of the gateway to update, UUID format

Body

application/json

Request for UpdateGateway

id
string
required

The unique identifier of the gateway to update, UUID format

name
string
required

The human readable name of the gateway. Capped at 38 characters, matching CreateGatewayRequest.name.

zones
string[]

The zones to make the gateway available in, limits where deployments associated with the gateway may exist, no zones means all may be used.

coreWeaveAuth
object

CoreWeave IAM

weightsAndBiasesAuth
object

Weights & Biases

endpointConfiguration
object

Additional endpoint configuration options

bodyBasedRouting
object

Body based routing

headerBasedRouting
object

Header based routing

pathBasedRouting
object

Path based routing

Response

OK

Response for UpdateGateway

gateway
object

The updated gateway

Last modified on July 20, 2026