# Training Job 취소

모델 training job은 언제든지 "Cancel Training" 버튼을 사용하여 취소할 수 있습니다.

training job을 취소하면 작업이 중지됩니다. training 과정 초기에 취소하면 크레딧이 환불됩니다. 여러 epoch이 지난 후에 취소하면 환불이 제공되지 않습니다.

training job을 취소하면 training에 사용된 weights는 저장되지 않습니다. 이는 다음과 대조됩니다: [Early Stopping](/roboflow/roboflow-ko/train/stop-training-early.md)는 training job을 중지하고 weights를 저장할 수 있게 해줍니다. Early Stopping은 결국 계속 train할 수 있는 model을 갖게 되므로 사용된 training credits에 대해 요금이 청구됩니다.

training job을 취소하려면 "Cancel Training" 버튼을 클릭하세요:

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

작업을 취소한 후에도 동일한 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-ko/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.
