---
title: "Update Fine Tuned Model"
method: PATCH
path: "/fine_tuning/models/{modelId}"
tags: ["models"]
---

# Update Fine Tuned Model

`PATCH /fine_tuning/models/{modelId}`

Update a model name or description.

## Path parameters

- `modelId` string, required

## Request body

- UpdateFTModelIn
  - `name` string, nullable
  - `description` string, nullable

## Response `200`

OK

- FTModelOut
  - `archived` boolean, required
  - `capabilities` FTModelCapabilitiesOut, required
    - `completion_chat` boolean
    - `function_calling` boolean
    - `fine_tuning` boolean
    - `completion_fim` boolean
  - `aliases` string[]
  - `max_context_length` integer
  - `created` integer, required
  - `root` string, required
  - `name` string, nullable
  - `description` string, nullable
  - `owned_by` string, required
  - `id` string, required
  - `job` string, uuid, required
  - `object` 'model'

## Changes

- **2026-07-17** `062746a4d99e` — 1 info
  - endpoint added
- **2025-03-09** `a88399f645b2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ballerina-platform/apis/mistral-ai-api/changes/fine_tuning/models/:modelId/patch.md)

---

[API](https://skmtc.dev/ballerina-platform/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/ballerina-platform/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ballerina-platform/mistral-ai-api/revisions/062746a4d99e/schema)
