> For the complete documentation index, see [llms.txt](https://docs.roboflow.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.roboflow.com/roboflow/roboflow-jp/train/cancel-a-training-job.md).

# Training Job をキャンセル

モデルのトレーニングジョブは、"Cancel Training" ボタンを使用していつでもキャンセルできます。

トレーニングジョブをキャンセルすると、そのジョブは停止します。トレーニングの早い段階でキャンセルした場合は、クレジットが返金されます。トレーニングがかなり進んでからキャンセルした場合は、返金は行われません。

トレーニングジョブをキャンセルすると、トレーニングに使用された重みは保存されません。これは [Early Stopping](/roboflow/roboflow-jp/train/stop-training-early.md)とは対照的で、こちらはトレーニングジョブを停止して重みを保存できます。Early Stopping では、最終的に学習可能なモデルが手元に残るため、使用したトレーニングクレジットに対して料金が発生します。

トレーニングジョブをキャンセルするには、"Cancel Training" ボタンをクリックします:

<figure><img src="/files/71966f68d3119ae67bc52f2fa08f38e301036def" alt=""><figcaption></figcaption></figure>

ジョブをキャンセルした後でも、同じデータセットバージョンを使用してモデルをトレーニングできます。


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-jp/train/cancel-a-training-job.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
