> 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/pause-and-resume-a-dedicated-deployment.md).

# Dedicated Deployment को Pause और Resume करें

यदि आप वर्तमान में Deployment का उपयोग नहीं कर रहे हैं, लेकिन बाद में उपयोग के लिए Deployment को रखना चाहते हैं, तो आप एक Dedicated Deployment को pause कर सकते हैं।

जब तक आप Dedicated Deployment को फिर से start नहीं करते, तब तक आप एक paused Dedicated Deployment को requests नहीं भेज पाएंगे।

जब Dedicated Deployment paused होता है, तब आपसे billing नहीं की जाएगी।

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

1. आपके Roboflow dashboard में Deployments page, और;
2. Workflow editor में "Choose an Inference Server" setting के Dedicated Deployments tab से।

आप किसी भी समय एक Dedicated Deployment को resume कर सकते हैं।

### Deployments List से Dedicated Deployment को Pause या Resume करें

सबसे पहले, अपने Roboflow dashboard के left sidebar से "Deployments" पर click करें, फिर "Dedicated Deployments" tab पर click करें।

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

Dedicated Deployment को pause करने के लिए, pause icon पर click करें।

Dedicated Deployment को resume करने के लिए, play icon पर click करें।

### Workflows Editor से Dedicated Deployment को Pause या Resume करें

आप Workflows editor में "Choose an Inference Server" page से भी Dedicated Deployment को pause या resume कर सकते हैं। Deployment को delete करने के लिए, पहले एक Workflow खोलें, फिर "Running on" option पर click करें:

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

कई deployment options के साथ एक window दिखाई देगी। "Dedicated Deployments" पर click करें"

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

Dedicated Deployment को pause करने के लिए, जिस deployment को आप pause करना चाहते हैं, उसके next to pause icon पर click करें।

Dedicated Deployment को resume करने के लिए, जिस deployment को आप resume करना चाहते हैं, उसके next to play icon पर click करें।


---

# 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/pause-and-resume-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.
