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

# Project を削除

プロジェクトを削除すると、workspace に移動します [Trash](/roboflow/roboflow-jp/workspaces/trash.md) に 30日間保存され、その後完全に削除されます。保持期間中であれば、いつでも Trash から復元できます。

プロジェクトの進行中の training jobs は、Trash に移動すると自動的にキャンセルされます。

{% hint style="info" %}
Project を削除できるのは Project owner のみです。あなたが owner でない場合、「Delete Project」オプションは無効になり、ツールチップに現在の owner が表示されます。Project の削除を依頼するか、その人に [所有権を移譲する](/roboflow/roboflow-jp/datasets/change-project-owner.md) ことであなたに。
{% endhint %}

## プロジェクトを削除する

1. workspace ダッシュボード上のプロジェクト一覧の横にある三点アイコン、またはプロジェクトページのサイドバーにある三点アイコンをクリックします。
2. "Delete Project" をクリックします。
3. 確認のため project ID を入力します。
4. 必要に応じて、「Also delete images from Asset Library」にチェックします。このプロジェクトにのみ属する画像を、プロジェクトが完全にクリーンアップされる際に削除したい場合に使用します。他のプロジェクトと共有されている画像は、どちらの場合でも保持されます。
5. 「Move to Trash」をクリックします。

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

<figure><img src="/files/9cabf5d8b09367b244111e12744705c9ef78e470" alt=""><figcaption></figcaption></figure>

## 復元または完全に削除

こちらを参照 [Trash](/roboflow/roboflow-jp/workspaces/trash.md) 削除されたプロジェクトを復元する方法、または30日間の保持期間を待たずにすぐに削除する方法について。

## API、SDK、または CLI を使って削除する

次の方法でもプロジェクトを Trash に移動できます:

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

Web app 外で復元するには `project.restore()` を SDK から、または `roboflow project restore <workspace>/<project>` CLI から。完全な削除は web app の 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-jp/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.
