Method: endpoints.mutateDeployedModel

Full name: projects.locations.endpoints.mutateDeployedModel

Updates an existing deployed model. Updatable fields include minReplicaCount, maxReplicaCount, requiredReplicaCount, autoscalingMetricSpecs, disableContainerLogging (v1 only), and enableContainerLogging (v1beta1 only).

Endpoint

post https://{service-endpoint}/v1/{endpoint}:mutateDeployedModel

Where {service-endpoint} is one of the supported service endpoints.

Path parameters

endpoint string

Required. The name of the Endpoint resource into which to mutate a DeployedModel. Format: projects/{project}/locations/{location}/endpoints/{endpoint}

Request body

The request body contains data with the following structure:

Fields
deployedModel object (DeployedModel )

Required. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:

updateMask string (FieldMask format)

Required. The update mask applies to the resource. See google.protobuf.FieldMask .

This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo".

Response body

If successful, the response body contains an instance of Operation .

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月16日 UTC.