---
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

---

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