# Permanently deleting a block volume

When an instance is deleted, block volume is remaining and it can be attach to another instance later.

To permanently delete a volume via the dashboard, you can press the 'Delete disk' button in the 'Disk' section.

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

Alternatively, you can also permanently delete a volume via the [Public API](/arkane-cloud/api-reference/api-reference/compute-volumes.md).


---

# 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.arkanecloud.com/arkane-cloud/storage/block-volumes/permanently-deleting-a-block-volume.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.
