---
title: "Terminate Training Job"
method: POST
path: "/felix/training-jobs/{job_id}/terminate"
tags: ["felix"]
---

# Terminate Training Job

`POST /felix/training-jobs/{job_id}/terminate`

Terminate a training job and delete all artifacts.

Stops the provider job if running, deletes all checkpoints, and marks
the job as terminated. This operation is irreversible.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- TerminateJobResponse — Response after terminating a training job
  - `success` boolean, required
  - `message` string, required
  - `job_id` string, required
  - `deleted_checkpoints` integer, required

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-24** `1cffaad2a921` — 1 warning, 1 info
  - removed the optional property `detail` from the response with the `422` status
  - added the required property `error` to the response with the `422` status

[Change history](https://skmtc.dev/pioneer/apis/brain-api/changes/felix/training-jobs/:job_id/terminate/post.md)

---

[API](https://skmtc.dev/pioneer/apis/brain-api.md) · [All operations](https://skmtc.dev/pioneer/apis/brain-api/llms.txt) · [OpenAPI document](https://skmtc.dev/pioneer/apis/brain-api/revisions/1cffaad2a921?raw)
