# Version 삭제

데이터셋 버전을 삭제하면 해당 버전이 워크스페이스의 [Trash](broken://pages/4e2e7ff6de69f7996338bce4dd63b710c149c8bb) 로 이동하며, 30일 후에 영구적으로 제거됩니다. 보관 기간 동안 언제든지 Trash에서 복원할 수 있습니다.

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

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

## 버전 삭제

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

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

## 복원하거나 영구 삭제

참조하세요 [Trash](broken://pages/4e2e7ff6de69f7996338bce4dd63b710c149c8bb) 삭제된 버전을 복원하거나 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: 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/datasets/dataset-versions/delete-a-version.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.
