# View the list of MariaDB Clusters

After creation, you can view the list of MariaDB clusters and delete them if they are no longer required.

To view a list of the clusters, follow these steps:

* In the **DCD**, go to **Menu** > **Databases** > **MariaDB**.

{% hint style="success" %}
**Result:** A list of all MariaDB clusters is displayed. You will see the following details:

* **NAME:** Displays the name of the cluster. Select the name of the cluster to view its [<mark style="color:blue;">details</mark>](#view-individual-cluster-details).
* **STATE:** Displays the state of the respective MariaDB cluster:
  * **CREATING:** When the cluster is in the creation mode.
  * **BUSY:** When the cluster is being updated. For example, after modifying its details or after restoration.
  * **AVAILABLE:** When the cluster is available and healthy.
  * **RESTORING:** When the cluster is being restored.
  * **DESTROYING:** When the cluster is being deleted.
  * **FAILED:** An error occurred.
  * **LOCATION:** Displays the location where the MariaDB cluster is located.
  * **INSTANCES:** Displays the number of nodes.
  * **VERSION:** The version is set to 10.6 by default.
* **OPTIONS:** Select ![Options menu](/files/zMw81MF9KCPxOHBMLSog) to perform the following:
  * **Details:** Select to view the [<mark style="color:blue;">details</mark>](#view-individual-cluster-details) of the respective cluster.
  * **Delete:** Select to delete the corresponding cluster. In the dialog box that appears, select **Delete** to confirm deletion. For more information, see [<mark style="color:blue;">Delete a MariaDB Cluster</mark>](/cloud/databases/mariadb/dcd-how-tos/delete-mariadb-cluster.md).
    {% endhint %}

![List of MariaDB clusters](/files/AM2L3iealzsWt93EUilO)

## View individual Cluster details

To view the details of each cluster in the **Details** window:

1\. In the **DCD**, go to **Menu** > **Databases** > **MariaDB**.

2\. You can navigate to the **Details** window using either of these options:

* Select the name of the cluster.
* Selecting **Details** from the **OPTIONS** column.

![Details option](/files/YGtpMPPoal6GjX9xdSwL)

3\. You can view the following:

* **Properties:** Displays the cluster's UUID, DNS name, its version, state, the number of instances created, and the data center location where it is located.
* **Instance configuration:** Displays the number of CPUs utilized, RAM size and the storage used.
* **Datacenter connection:** Displays the name of the data center, the associated LAN, and the dedicated private IP address.
* **Maintenance period:** Displays the stipulated day of the week and the time scheduled for the maintenance window.
* **Point In Time Recovery:** Displays the earliest backup available for restoration. For more information, see [<mark style="color:blue;">Restore a MariaDB Cluster from a Backup</mark>](/cloud/databases/mariadb/dcd-how-tos/restore-mariadb-cluster-from-backup.md).
* **Delete cluster:** Select to delete the respective cluster. For more information, see [<mark style="color:blue;">Delete a MariaDB Cluster</mark>](/cloud/databases/mariadb/dcd-how-tos/delete-mariadb-cluster.md).

![MariaDB cluster details](/files/Dg5eOYea5I9xbm5ccPB1)


---

# 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.ionos.com/cloud/databases/mariadb/dcd-how-tos/view-mariadb-clusters.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.
