> For the complete documentation index, see [llms.txt](https://docs.ionos.com/cloud/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.ionos.com/cloud/backup-and-storage/block-storage/how-tos/delete-block-storage.md).

# Delete Block Storage

When you no longer need snapshots or images, you should remove them from your cloud infrastructure to avoid unnecessary costs. For backup purposes, you can create a snapshot before deleting it.

{% hint style="info" %}
**Note:**

* If you delete a server and its storage devices, or the entire data center, their backups are not deleted automatically. The corresponding backups are deleted when you delete a backup unit.
* If you no longer need the backups of deleted [<mark style="color:blue;">VMs</mark>](https://docs.ionos.com/cloud/support/general-information/glossary-of-terms#vm), you should delete them manually from the [<mark style="color:blue;">Backup Unit Manager</mark>](/cloud/backup-and-storage/backup-service/how-tos/delete-backup-unit.md) to avoid unnecessary costs.
  {% endhint %}

1. In the Workspace, select the storage device you wish to delete.
2. Open the context menu of the element and select **Delete Storage**.
3. Provision your changes.

![Delete Block Storage](/files/US5H3bPlOxvvwcwcj0Tx)

{% hint style="success" %}
**Result:** The storage device is deleted and will no longer be available.
{% endhint %}


---

# 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.ionos.com/cloud/backup-and-storage/block-storage/how-tos/delete-block-storage.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.
