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

# Delete an instance

***

## Delete an object storage instance from the control panel

The following steps outline how to delete an object storage instance from the control panel.

{% hint style="danger" %}
Deleting an Object Storage instance deletes all objects and buckets associated with it. Consider downloading any important files before proceeding.
{% endhint %}

Log in to the control panel and click **Object Storage** in the left-hand menu under **Storage**.

Click the three dots next to the object storage instance that you want to delete, and then click **Delete instance**.

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

A new window will now open, where you must confirm that you want to delete the instance and all its data. To confirm, type the name of the instance in the text field, and then click **Delete**.

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

## Delete an object storage instance from the API

To delete an object storage instance with the [API](/platform/control-panel/api.md), use the [objectstorage/deleteinstance](https://github.com/GleSYS/API-docs/wiki/API-Documentation#objectstoragedeleteinstance) endpoint.


---

# 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.glesys.com/products/storage/object-storage/how-tos/delete-an-instance.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.
