# Training Job Cancel करें

एक model training job को किसी भी समय "Cancel Training" बटन का उपयोग करके रद्द किया जा सकता है।

यदि आप किसी training job को रद्द करते हैं, तो job रुक जाएगी। यदि आप training प्रक्रिया की शुरुआत में रद्द करते हैं, तो आपके credits वापस कर दिए जाएंगे। यदि आप training में कई epochs आगे बढ़ चुके हैं, तो कोई refund जारी नहीं किया जाएगा।

जब आप किसी training job को रद्द करते हैं, तो training में उपयोग किए गए weights सहेजे नहीं जाएंगे। यह इसके विपरीत है [Early Stopping](/roboflow/roboflow-hi/train/stop-training-early.md)जो आपको एक training job को रोकने और weights को सहेजने देता है। Early Stopping आपके उपयोग किए गए training credits के लिए शुल्क लेता है, क्योंकि अंत में आपके पास एक model होगा जिसे आप train कर सकते हैं।

एक training job को रद्द करने के लिए, "Cancel Training" बटन पर क्लिक करें:

<figure><img src="/files/7ff2b7d5fafad902c93a52b8512e9cd401121bf4" alt=""><figcaption></figcaption></figure>

किसी job को रद्द करने के बाद, आप फिर भी उसी dataset version का उपयोग करके एक model train कर सकते हैं।


---

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