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

# Stop Training Job

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

Stop a running training job.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- StopJobResponse — Response after stopping a training job
  - `success` boolean, required
  - `message` string, required
  - `job_id` string, required
  - `status` string, required

## Other responses

- `422` — Validation Error

---

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