# 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: 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.
