> 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 삭제

Project를 삭제하면 workspace로 이동됩니다 [Trash](/roboflow/roboflow-ko/workspaces/trash.md) 30일 동안 보관된 후 영구적으로 제거됩니다. 보관 기간 동안 언제든지 Trash에서 복원할 수 있습니다.

프로젝트에 대한 진행 중인 학습 작업은 Trash로 이동할 때 자동으로 취소됩니다.

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

## Project 삭제

1. workspace dashboard에서 Project 목록 옆의 점 3개를 클릭하거나, Project 페이지 사이드바의 점 3개를 클릭하세요.
2. "Delete Project"를 클릭하세요.
3. 확인을 위해 Project ID를 입력하세요.
4. 선택 사항으로, Project에만 속한 이미지가 Project가 영구적으로 정리될 때 함께 제거되도록 하려면 "Also delete images from Asset Library"를 선택하세요. 다른 Project와 공유되는 이미지는 어떤 경우에도 유지됩니다.
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) 삭제된 Project를 복원하는 방법 또는 30일 보관 기간을 기다리지 않고 즉시 제거하는 방법에 대해.

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

다음 방법으로도 Project를 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, and the optional `goal` query parameter:

```
GET https://docs.roboflow.com/roboflow/roboflow-ko/datasets/delete-a-project.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.
