---
title: "Stop Training"
method: POST
path: "/tailored-gen/models/{model_id}/stop_training"
tags: ["Tailored Generation"]
---

# Stop Training

`POST /tailored-gen/models/{model_id}/stop_training`

Stop an ongoing model training process. Once stopped, training cannot be resumed - a new model would need to be created and trained.

## Path parameters

- `model_id` integer, required

## Headers

- `api_token` string, required

## Response `200`

Training job successfully stopped

## Other responses

- `401` — Unauthorized
- `404` — Model not found
- `409` — Training already stopped/not in training
- `429` — Request limit exceeded. Your account has reached its maximum allowed requests. Please upgrade your plan or try again later.
- `500` — Internal server error

## Changes

- **2026-07-13** `2768230345a5` — 1 info
  - endpoint added
- **2021-07-29** `817f5bbbd013` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/bria-ai/apis/the-bria-api/changes/tailored-gen/models/:model_id/stop_training/post.md)

---

[API](https://skmtc.dev/bria-ai/apis/the-bria-api.md) · [All operations](https://skmtc.dev/bria-ai/apis/the-bria-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bria-ai/the-bria-api/revisions/2768230345a5/schema)
