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
Changes
Changed in 1 of the 14 revisions of this API.1
- ○
endpoint added
endpoint-added
This revision also has 2 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○