---
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

---

[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/31dfe831e079/schema)
