> 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/deploy/dedicated-deployments/delete-a-dedicated-deployment.md).

# Dedicated Deployment हटाएँ

आप यहाँ से एक Dedicated Deployment हटा सकते हैं:

1. आपके Roboflow dashboard में Deployments पेज, और;
2. Workflow editor में "Choose an Inference Server" सेटिंग का Dedicated Deployments टैब।

### Deployments List से एक Dedicated Deployment हटाएँ

सबसे पहले, अपने Roboflow dashboard के बाएँ sidebar से "Deployments" पर क्लिक करें, फिर "Dedicated Deployments" टैब पर क्लिक करें।

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

इसके बाद, जिस Dedicated Deployment को आप हटाना चाहते हैं, उसके बगल में मौजूद trash icon पर क्लिक करें।

इसके बाद आपसे यह पुष्टि करने के लिए कहा जाएगा कि आप Dedicated Deployment हटाना चाहते हैं:

<figure><img src="/files/59648b8fed833137c6461e1a059f5f9bbce25bf2" alt=""><figcaption></figcaption></figure>

अपना deployment हटाने के लिए "Delete Dedicated Deployment" पर क्लिक करें। यह स्थायी है और इसे वापस नहीं लिया जा सकता।

### Workflows Editor से एक Dedicated Deployment हटाएँ

आप Workflows editor में "Choose an Inference Server" पेज से भी एक Dedicated Deployment हटा सकते हैं। Deployment हटाने के लिए, पहले एक Workflow खोलें, फिर "Running on" विकल्प पर क्लिक करें:

<figure><img src="/files/44185ed7c45fa8ba9909a7c88d2949e0c34b253d" alt=""><figcaption></figcaption></figure>

एक विंडो दिखाई देगी जिसमें कई deployment विकल्प होंगे। "Dedicated Deployments" पर क्लिक करें, फिर जिस deployment को आप हटाना चाहते हैं उसके बगल में मौजूद trash icon पर क्लिक करें:

<figure><img src="/files/23ca8e68ca805310d5ee0047d49294b9943d738a" alt=""><figcaption></figcaption></figure>

इसके बाद आपसे यह पुष्टि करने के लिए कहा जाएगा कि आप deployment हटाना चाहते हैं:

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

अपना deployment हटाने के लिए "Delete Dedicated Deployment" पर क्लिक करें। यह स्थायी है और इसे वापस नहीं लिया जा सकता।


---

# 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-hi/deploy/dedicated-deployments/delete-a-dedicated-deployment.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.
