# Delete a Dedicated Deployment

You can delete 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.

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

Then, click the trash icon next to the Dedicated Deployment you want to delete.

You will then be asked to confirm that you want to delete the Dedicated Deployment:

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

Click "Delete Dedicated Deployment" to delete your deployment. This is permanent and irrevocable.

### Delete a Dedicated Deployment from the Workflows Editor

You can also delete 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/ZyJrrHmzaf2h7xuWlFTs" alt=""><figcaption></figcaption></figure>

A window will appear with several deployment options. Click "Dedicated Deployments", then click the trash icon next to the deployment you want to delete:

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

You will then be asked to confirm that you want to delete the deployment:

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

Click "Delete Dedicated Deployment" to delete your deployment. This is permanent and irrevocable.


---

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