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

# एक Project हटाएं

किसी project को delete करने पर वह आपके workspace में चला जाता है [Trash](/roboflow/roboflow-hi/workspaces/trash.md) इसे स्थायी रूप से हटाए जाने से पहले 30 दिनों तक। आप retention window के दौरान किसी भी समय इसे Trash से restore कर सकते हैं।

Project के लिए चल रहे किसी भी training job को, उसे Trash में ले जाने पर, अपने आप cancel कर दिया जाता है।

{% hint style="info" %}
सिर्फ Project owner ही Project delete कर सकता है। यदि आप owner नहीं हैं, तो "Delete Project" विकल्प disabled रहता है और एक tooltip वर्तमान owner का नाम दिखाता है। उनसे Project delete करने को कहें, या उनसे यह करवाएँ [स्वामित्व स्थानांतरित करें](/roboflow/roboflow-hi/datasets/change-project-owner.md) आपको।
{% endhint %}

## एक project delete करें

1. workspace dashboard पर project listing के पास तीन बिंदुओं पर क्लिक करें, या project page की sidebar में तीन बिंदुओं पर।
2. "Delete Project" पर क्लिक करें।
3. पुष्टि करने के लिए project ID टाइप करें।
4. यदि आप चाहते हैं कि सिर्फ इसी project से संबंधित images, project के स्थायी रूप से साफ़ होने पर हट जाएँ, तो वैकल्पिक रूप से "Also delete images from Asset Library" चुनें। अन्य projects के साथ साझा की गई images किसी भी स्थिति में सुरक्षित रहती हैं।
5. “Move to Trash” पर क्लिक करें।

<figure><img src="/files/7ea26a01b619dea5001833f345c6eb78f7c7dac3" alt=""><figcaption></figcaption></figure>

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

## Restore करें या स्थायी रूप से delete करें

देखें [Trash](/roboflow/roboflow-hi/workspaces/trash.md) किस तरह deleted project को restore करना है, या 30-दिन की retention window का इंतज़ार किए बिना किसी को तुरंत हटाना है, इसके लिए।

## API, SDK, या CLI के माध्यम से delete करें

आप एक project को Trash में इसके माध्यम से भी ले जा सकते हैं:

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

web app के बाहर restore करने के लिए उपयोग करें `project.restore()` SDK से या `roboflow project restore <workspace>/<project>` CLI से। स्थायी deletion केवल web app में Trash page से उपलब्ध है।


---

# 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-hi/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.
