---
title: "Modify version endpoint, this API will redeploy the associated deployment"
method: PUT
path: "/models/{model_id}/versions/{version_id}/endpoint/{endpoint_id}"
tags: ["endpoint"]
---

# Modify version endpoint, this API will redeploy the associated deployment

`PUT /models/{model_id}/versions/{version_id}/endpoint/{endpoint_id}`

## Path parameters

- `model_id` integer, required
- `version_id` integer, required
- `endpoint_id` string, required

## Response `200`

OK

## Other responses

- `404` — Version endpoint with given `endpoint_id` not found

## Changes

> 34 revisions in range; 4 not diffed.

- **2026-07-17** `a1e12cbeeebc` — 20 info
  - added the new optional request property `environment/default_resource_request/liveness_probe`
  - added the new optional request property `environment/default_resource_request/readiness_probe`
  - added the new optional request property `environment/default_transformer_resource_request/liveness_probe`
  - added the new optional request property `environment/default_transformer_resource_request/readiness_probe`
  - …16 more
- **2024-12-05** `14228a52f169` — 2 info
  - added the new optional request property `model_observability`
  - added the optional property `model_observability` to the response with the `200` status
- **2024-01-23** `c3ef0b1c733b` — 2 info
  - added optional request body
  - added the media type `*/*` for the response with the status `200`
- **2023-12-05** `d062ab20ef25` — 2 breaking
  - removed the request body
  - removed the media type `*/*` for the response with the status `200`
- **2020-09-28** `c4b3505de7df` — 2 breaking
  - removed the request body
  - removed the media type `*/*` for the response with the status `200`

[Change history](https://skmtc.dev/caraml-dev/apis/merlin/changes/models/:model_id/versions/:version_id/endpoint/:endpoint_id/put.md)

---

[API](https://skmtc.dev/caraml-dev/apis/merlin.md) · [All operations](https://skmtc.dev/caraml-dev/apis/merlin/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/caraml-dev/merlin/revisions/a1e12cbeeebc/schema)
