---
title: "✨ (Enterprise) Cancel Fine-Tuning Jobs"
method: POST
path: "/fine_tuning/jobs/{fine_tuning_job_id}/cancel"
tags: ["fine-tuning"]
---

# ✨ (Enterprise) Cancel Fine-Tuning Jobs

`POST /fine_tuning/jobs/{fine_tuning_job_id}/cancel`

Cancel a fine-tuning job.

This is the equivalent of POST https://api.openai.com/v1/fine_tuning/jobs/{fine_tuning_job_id}/cancel

Supported Query Params:
- `custom_llm_provider`: Name of the LiteLLM provider
- `fine_tuning_job_id`: The ID of the fine-tuning job to cancel.

## Path parameters

- `fine_tuning_job_id` string, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
