[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-08 UTC."],[],[],null,["# Method: endpoints.mutateDeployedModel\n\n**Full name**: projects.locations.endpoints.mutateDeployedModel\n\nUpdates an existing deployed model. Updatable fields include `minReplicaCount`, `maxReplicaCount`, `requiredReplicaCount`, `autoscalingMetricSpecs`, `disableContainerLogging` (v1 only), and `enableContainerLogging` (v1beta1 only). \n\n### Endpoint\n\npost `https:``/``/{service-endpoint}``/v1``/{endpoint}:mutateDeployedModel` \nWhere `{service-endpoint}` is one of the [supported service endpoints](/vertex-ai/docs/reference/rest#rest_endpoints).\n\n### Path parameters\n\n`endpoint` `string` \nRequired. The name of the Endpoint resource into which to mutate a DeployedModel. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`\n\n### Request body\n\nThe request body contains data with the following structure:\nFields `deployedModel` `object (`[DeployedModel](/vertex-ai/docs/reference/rest/v1/projects.locations.endpoints#DeployedModel)`)` \nRequired. The DeployedModel to be mutated within the Endpoint. Only the following fields can be mutated:\n\n- `minReplicaCount` in either [DedicatedResources](/vertex-ai/docs/reference/rest/v1/DedicatedResources) or [AutomaticResources](/vertex-ai/docs/reference/rest/v1/AutomaticResources)\n- `maxReplicaCount` in either [DedicatedResources](/vertex-ai/docs/reference/rest/v1/DedicatedResources) or [AutomaticResources](/vertex-ai/docs/reference/rest/v1/AutomaticResources)\n- `requiredReplicaCount` in [DedicatedResources](/vertex-ai/docs/reference/rest/v1/DedicatedResources)\n- [autoscalingMetricSpecs](/vertex-ai/docs/reference/rest/v1/DedicatedResources#FIELDS.autoscaling_metric_specs)\n- `disableContainerLogging` (v1 only)\n- `enableContainerLogging` (v1beta1 only)\n`updateMask` `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` \nRequired. The update mask applies to the resource. See [google.protobuf.FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask).\n\nThis is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. \n\n### Response body\n\nIf successful, the response body contains an instance of [Operation](/vertex-ai/docs/reference/rest/Shared.Types/ListOperationsResponse#Operation)."]]