> 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/datasets/dataset-versions/delete-a-version.md).

# Version 삭제

데이터셋 버전을 삭제하면 워크스페이스의 Trash로 이동되며 [Trash](/roboflow/roboflow-ko/workspaces/trash.md) 30일 동안 보관된 후 영구적으로 제거됩니다. 보관 기간 동안 언제든지 Trash에서 복원할 수 있습니다.

버전을 Trash로 이동하면 해당 버전에 대해 진행 중인 training은 자동으로 취소됩니다. 삭제된 버전의 학습된 모델은 버전이 복원될 때까지 serving을 중지합니다.

{% hint style="info" %}
생성된 이미지 할당량에 도달한 경우, 버전을 Trash로 이동해도 사용량이 즉시 해제되지는 않습니다. 생성된 이미지는 버전이 영구 삭제될 때(30일 보관 기간이 지난 후 또는 Trash에서 수동으로 삭제할 때) 회수됩니다.
{% endhint %}

## 버전 삭제

1. 프로젝트의 Versions page를 열고 삭제하려는 버전을 선택하세요.
2. "Edit Dataset"을 클릭한 다음 "Delete Version"을 클릭하세요.
3. 확인을 위해 버전 이름을 입력하세요.
4. "Move to Trash"를 클릭하세요.

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

## 복원하거나 영구 삭제

참조 [Trash](/roboflow/roboflow-ko/workspaces/trash.md) 삭제된 버전을 복원하거나 30일 보관 기간을 기다리지 않고 즉시 제거하는 방법은 다음을 참조하세요. 복원하려면 해당 버전의 상위 프로젝트가 활성 상태여야 하며(자체가 Trash에 있으면 안 됨) 합니다.

## API, SDK 또는 CLI를 통해 삭제

다음 방법으로도 버전을 Trash로 이동할 수 있습니다:

* REST API: `DELETE /:workspace/:project/:version`
* Python SDK: `version.delete()`
* CLI: `roboflow version delete <workspace>/<project>/<version>`

웹 앱 밖에서 복원하려면 다음을 사용하세요 `version.restore()` SDK의 `roboflow version restore <workspace>/<project>/<version>` CLI에서.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/dataset-versions/delete-a-version.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
