# 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>

एक window खुलेगी जिसमें कई deployment options होंगे। "Dedicated Deployments" पर click करें"

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

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

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


---

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