---
title: "Update Model"
method: PUT
path: "/tailored-gen/models/{model_id}"
tags: ["Model"]
---

# Update Model

`PUT /tailored-gen/models/{model_id}`

Update a model's name and description.

## Path parameters

- `model_id` integer, required

## Headers

- `api_token` string, required

## Request body

- object
  - `name` string
  - `description` string

## Response `200`

Model successfully updated

- object
  - `id` integer
  - `name` string
  - `description` string
  - `status` string
  - `project_id` integer
  - `dataset_id` integer
  - `created_at` string, date-time

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Model not found
- `429` — Request limit exceeded.
- `500` — Internal server error

---

[API](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference.md) · [All operations](https://skmtc.net/bria-ai/apis/tailored-generation-api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bria-ai/tailored-generation-api-reference/revisions/806c6d31631b/schema)
