# Pause and Resume a Dedicated Deployment

You can pause a Dedicated Deployment if you are not currently using the Deployment but want to keep the Deployment for later.

You will not be able to make requests to a paused Dedicated Deployment until you start the Dedicated Deployment again.

You will not be billed while a Dedicated Deployment is paused.

You can pause a Dedicated Deployment from:

1. The Deployments page in your Roboflow dashboard, and;
2. The Dedicated Deployments tab of the "Choose an Inference Server" setting in the Workflow editor.

You can resume a Dedicated Deployment at any time.

### Pause or Resume a Dedicated Deployment from the Deployments List

First, click "Deployments" from the left sidebar of your Roboflow dashboard, then click the "Dedicated Deployments" tab.

<figure><img src="/files/2HXkiHXWkJ4mr2NmUo7X" alt=""><figcaption></figcaption></figure>

To pause a Dedicated Deployment, click the pause icon.

To resume a Dedicated Deployment, click the play icon.

### Pause or Resume a Dedicated Deployment from the Workflows Editor

You can also pause or resume a Dedicated Deployment from the "Choose an Inference Server" page in the Workflows editor. To delete the Deployment, first open a Workflow, then click the "Running on" option:

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

A window will appear with several deployment options. Click "Dedicated Deployments""

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

To pause a Dedicated Deployment, click the pause icon next to the deployment you want to pause.

To resume a Dedicated Deployment, click the play icon next to the deployment you want to resume.


---

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