> 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/ionos-object-storage/how-tos/manage-buckets.md).

# Manage Buckets

## View buckets

1\. In the **DCD**, go to **Menu** > **Storage & Backup** > **IONOS Object Storage**.

2\. From the drop-down list in the **Buckets** tab, choose either to **Show user-owned buckets** or **Show contract-owned buckets** depending on the bucket type you want to view.

![Show contract-owned buckets](/files/QHc0XMymqjKRezpSFM7h)

{% hint style="success" %}
**Result:** All the buckets present under the selected bucket type are listed.

* On choosing **Show user-owned buckets**, only buckets owned by the user are listed.
* On choosing **Show contract-owned buckets**, all the buckets created by all the users under this contract are listed.
* Each bucket displays the bucket name, bucket type, [<mark style="color:blue;">Region</mark>](/cloud/backup-and-storage/ionos-object-storage/overview.md#service-availability), and the date of bucket creation.
  {% endhint %}

## Bucket actions

1\. In the **DCD**, go to **Menu** > **Storage & Backup** > **IONOS Object Storage**.

2\. From the drop-down list in the **Buckets** tab, choose either **Show user-owned buckets** or **Show contract-owned buckets** depending on the bucket type you want to view.

3\. From the **Buckets** list, choose the bucket on which you want to perform the actions and click on the respective bucket's action menu (three dots).

4\. You can perform the following actions:

* **Bucket Settings:** Manage your bucket and its objects by applying the [<mark style="color:blue;">bucket settings</mark>](/cloud/backup-and-storage/ionos-object-storage/settings.md) related to data management, access management, and public access settings.
* **Copy Endpoint URL:** Copy the endpoint URL of the bucket to use this URL in the [<mark style="color:blue;">API</mark>](https://api.ionos.com/docs/s3/v2/#section/Overview) and [<mark style="color:blue;">CLI</mark>](/cloud/backup-and-storage/ionos-object-storage/s3-tools.md#cli).
* **Delete:** Use this option to [<mark style="color:blue;">Delete a bucket</mark>](#delete-a-bucket).

![Bucket actions](/files/FqgyIm83Xf4IWvZDo0qV)

{% hint style="success" %}
**Result:** The action chosen to perform on the bucket is successfully applied.
{% endhint %}

## Delete a bucket

1\. In the **DCD**, go to **Menu** > **Storage & Backup** > **IONOS Object Storage**.

2\. From the drop-down list in the **Buckets** tab, choose either **Show user-owned buckets** or **Show contract-owned buckets** depending on the bucket type you want to view.

3\. From the **Buckets** list, choose the bucket to delete and click on the respective bucket's action menu (three dots).

4\. Click **Delete**.

5\. Confirm the deletion of the bucket by choosing **Delete**. If the bucket consists of objects and folders, you see an option to **Empty and delete** which deletes all the content within the bucket and then deletes the bucket.

![Delete a bucket](/files/GvmKNSceTMQYaejTcjR7)

{% hint style="success" %}
**Result:** The bucket is successfully deleted and removed from the **Buckets** list.
{% 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/ionos-object-storage/how-tos/manage-buckets.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.
