# Project を削除

プロジェクトを削除すると、あなたの workspace の [Trash](broken://pages/26b3274c9e706a0dfcf2a5df33684507d4da58ad) に移動し、30日後に完全に削除されます。保持期間中であれば、いつでも Trash から復元できます。

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

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

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

1. workspace dashboard のプロジェクト一覧の横にある3つの点、または project page の sidebar にある3つの点をクリックします。
2. 「Delete Project」をクリックします。
3. 確認のため、project ID を入力します。
4. 必要に応じて、「Also delete images from Asset Library」にチェックを入れると、この project にのみ属する images は、project が完全にクリーンアップされる際に削除されます。他の projects と共有されている images は、どちらの場合も保持されます。
5. 「Move to Trash」をクリックします。

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

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

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

参照 [Trash](broken://pages/26b3274c9e706a0dfcf2a5df33684507d4da58ad) を確認して、削除した project を復元する方法、または30日間の保持期間を待たずにすぐ削除する方法を確認してください。

## API、SDK、または CLI 経由で削除する

Project を Trash に移動する方法は他にもあります:

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

Web app 以外で復元するには、SDK の `project.restore()` または `roboflow project restore <workspace>/<project>` を CLI から使用してください。完全削除は、Web app の 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-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.
