> 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/databases/postgresql/how-tos/view-cluster-details.md).

# View PostgreSQL Clusters

After successfully configuring your PostgreSQL clusters, you can modify specific details, clone the cluster configuration, or delete a specific PostgreSQL cluster if it is no longer required. &#x20;

To modify the values, follow these steps:

* In the **DCD**, go to **Menu** > **Databases** > **PostgreSQL**. A list of all PostgreSQL clusters is displayed.

{% hint style="success" %}
**Result:** You can view the total number of resources allocated and the list of all clusters in addition to 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 cluster:
  * **BUSY:** When the cluster is being created or updated. For example, after creation, modifying its details, or after restoration.
  * **AVAILABLE:** When the cluster is available and running normally.
  * **DESTROYING:** When the cluster is being deleted.
  * **FAILED:** An error occurred.
  * **LOCATION:** Displays the location where the cluster is located.
  * **INSTANCES:** Displays the number of instances.
  * **VERSION:** The version selected during cluster creation.
* **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.
  * **Edit:** Select to edit 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 PostgreSQL Cluster</mark>](/cloud/databases/postgresql/how-tos/delete-cluster.md).
    {% endhint %}

![List of PostgreSQL clusters](/files/mOCZpxGgXx9zFa1K85xe)

## View individual Cluster details

You can view the details of a specific cluster. To do so, follow these steps:

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

A list of all PostgreSQL clusters is displayed.

2\. Select a cluster from the list by clicking on its name. Alternatively, click **Details** in the **OPTIONS** column.

![Select a PostgreSQL cluster](/files/cO6E2sVZJCjpVbGXxUZp)

{% hint style="success" %}
**Result:** You can copy the cluster's **Cluster UUID** and **DNS Name** from the **Cluster details** tab. Additionally, you can also do the following:

* [<mark style="color:blue;">Modify cluster details</mark>](/cloud/databases/postgresql/how-tos/modify-cluster.md)
* [<mark style="color:blue;">Clone a cluster</mark>](/cloud/databases/postgresql/how-tos/clone-cluster.md)
* [<mark style="color:blue;">Delete a cluster</mark>](/cloud/databases/postgresql/how-tos/delete-cluster.md)
* [<mark style="color:blue;">Restore backups</mark>](/cloud/databases/postgresql/how-tos/restore-from-backup.md)
* [<mark style="color:blue;">View cluster metrics</mark>](/cloud/databases/postgresql/how-tos/metrics.md)
  {% endhint %}

![View the details of a PostgreSQL cluster](/files/7PGSxrPVkNGmHuPoJ56J)


---

# 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/databases/postgresql/how-tos/view-cluster-details.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.
