v1

latestOpenAPI 3.0.32026-07-2647121109.1 KB
DeploymentService

Update deployment

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

patch/v1alpha1/inference/deployments/{id}

Path parameters

idstring required

The ID of the deployment to update

Request body

idstring required

The ID of the deployment to update

namestring required

The name of the deployment

gatewayIdsstring[] required

The gateways to associate the deployment with

disabledboolean

Disable the deployment

Response

OK