> 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-ko/train/cancel-a-training-job.md).

# 학습 작업 취소

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

training job을 취소하면 해당 job은 중지됩니다. training 초기에 취소하면 credit이 환불됩니다. training이 여러 epoch 진행된 후에 취소하면 환불은 제공되지 않습니다.

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

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

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

job을 취소한 후에도 동일한 dataset version을 사용하여 계속 모델을 train할 수 있습니다.


---

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