---
title: "Delete Training Job"
method: DELETE
path: "/felix/training-jobs/{job_id}"
tags: ["felix"]
---

# Delete Training Job

`DELETE /felix/training-jobs/{job_id}`

Delete a training job and associated checkpoints.

## Path parameters

- `job_id` string, required

## Response `200`

Successful Response

- DeleteTrainingJobResponse — Response model for deleting a training job
  - `success` boolean, required
  - `message` 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)
