# Project 삭제

프로젝트를 삭제하면 해당 프로젝트가 워크스페이스의 [Trash](broken://pages/4e2e7ff6de69f7996338bce4dd63b710c149c8bb) 로 30일 동안 이동한 후 영구적으로 제거됩니다. 보존 기간 동안 언제든지 Trash에서 복원할 수 있습니다.

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

{% hint style="info" %}
Project 소유자만 Project를 삭제할 수 있습니다. 소유자가 아니라면 "Delete Project" 옵션은 비활성화되며, 툴팁에 현재 소유자가 표시됩니다. 소유자에게 Project를 삭제해 달라고 요청하거나, [소유권을 이전해](broken://pages/2e030db84aef90db9c446501c9af9d250466c7a4) 달라고 하세요.
{% 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](broken://pages/4e2e7ff6de69f7996338bce4dd63b710c149c8bb) 에서 삭제된 프로젝트를 복원하는 방법 또는 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: 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.
