> 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/delete-a-project.md).

# Project 삭제

프로젝트를 삭제하면 작업공간으로 이동합니다 [Trash](/roboflow/roboflow-ko/workspaces/trash.md) 영구적으로 제거되기 전까지 30일 동안 보관됩니다. 보관 기간 동안에는 언제든지 Trash에서 복원할 수 있습니다.

프로젝트의 진행 중인 training job은 Trash로 이동하면 자동으로 취소됩니다.

{% hint style="info" %}
Project 소유자만 Project를 삭제할 수 있습니다. 소유자가 아니라면 "Delete Project" 옵션은 비활성화되며, 툴팁에 현재 소유자의 이름이 표시됩니다. 해당 소유자에게 Project를 삭제해 달라고 요청하거나, 그들에게 [소유권을 이전하세요](/roboflow/roboflow-ko/datasets/change-project-owner.md) 당신에게.
{% endhint %}

## 프로젝트 삭제

1. workspace 대시보드의 프로젝트 목록 옆에 있는 점 세 개 아이콘을 클릭하거나, 프로젝트 페이지 사이드바의 점 세 개 아이콘을 클릭합니다.
2. "Delete Project"를 클릭합니다.
3. 확인을 위해 프로젝트 ID를 입력합니다.
4. 프로젝트가 영구적으로 정리될 때 이 프로젝트에만 속한 이미지도 함께 제거하려면 필요에 따라 "Also delete images from Asset Library"를 선택하세요. 다른 프로젝트와 공유된 이미지는 어느 경우든 유지됩니다.
5. "Move to Trash"를 클릭하세요.

<figure><img src="/files/5f8241acf22570fe0ac98ef2e5acf58eeaa65e7e" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/2f3d1e869acea4cfc1b0f928a394c481e783b941" alt=""><figcaption></figcaption></figure>

## 복원 또는 영구 삭제

참조 [Trash](/roboflow/roboflow-ko/workspaces/trash.md) 삭제된 프로젝트를 복원하는 방법이나 30일 보관 기간을 기다리지 않고 즉시 제거하는 방법은 ...

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

다음을 통해서도 프로젝트를 Trash로 이동할 수 있습니다:

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

웹 앱 외부에서 복원하려면 다음을 사용하세요 `project.restore()` SDK 또는 `roboflow project restore <workspace>/<project>` CLI에서. 영구 삭제는 웹 앱의 Trash 페이지에서만 사용할 수 있습니다.


---

# 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/datasets/delete-a-project.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.
