---
title: "Unarchive Fine Tuned Model"
method: DELETE
path: "/v1/fine_tuning/models/{model_id}/archive"
tags: ["models"]
---

# Unarchive Fine Tuned Model

`DELETE /v1/fine_tuning/models/{model_id}/archive`

Un-archive a fine-tuned model.

## Path parameters

- `model_id` string, required — The ID of the model to unarchive.

## Response `200`

OK

- UnarchiveModelResponse
  - `id` string, required
  - `object` 'model'
  - `archived` boolean

---

[API](https://skmtc.net/mistral/apis/mistral-ai-api.md) · [All operations](https://skmtc.net/mistral/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mistral/mistral-ai-api/revisions/933c4ebdcd72/schema)
