# Cancel a Training Job

A model training job can be canceled at any time using the "Cancel Training" button.

If you cancel a training job, the job will stop. If you cancel early in the training process, your credits will be refunded. If you are many epochs into training, no refund will be issued.

When you cancel a training job, the weights used in training will not be saved. This is in contrast to [Early Stopping](/train/stop-training-early.md), which lets you stop a training job and save the weights. Early Stopping charges you for used training credits since you will end up with a model you can train.

To cancel a training job, click the "Cancel Training" button:

<figure><img src="/files/lARfUlrwklFEmmcdUCN1" alt=""><figcaption></figcaption></figure>

After canceling a job, you can still train a model using the same dataset version.


---

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