DeploymentService
Update a deployment
Updates mutable deployment fields such as its model, configuration, autoscaling bounds, or LoRA support. Changes that affect serving may trigger asynchronous reprovisioning.
patch/projects/{projectId}/endpoints/{endpointId}/deployments/{id}
Path parameters
projectIdstring required
Project identifier.
endpointIdstring required
Endpoint identifier.
idstring required
Deployment identifier.
Query parameters
updateMaskstring
Fields to update. If not set, the fields populated on deployment are updated.
Request body
Response
OK