v1

latestOpenAPI 3.0.32026-07-2647121109.1 KB
GatewayService

Update gateway

Updates an existing gateway. The request body replaces the gateway's spec; this endpoint does not accept a field mask.

patch/v1alpha1/inference/gateways/{id}

Path parameters

idstring required

The unique identifier of the gateway to update, UUID format

Request body

idstring required

The unique identifier of the gateway to update, UUID format

namestring required

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

zonesstring[]

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

coreWeaveAuthCoreWeaveAuth

Use CoreWeave IAM authentication, no additional configuration

pathBasedRoutingPathBasedRouting

Path-based routing configuration. The model name is read from the first segment of the URL path (for example, /my-model/v1/chat/completions). URL-encode model names that contain special characters.

Response

OK