> 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/network-file-storage/how-tos/view-nfs-clusters.md).

# View Clusters

After creation, you can view the list of Network File Storage clusters or delete an existing one if it is no longer required.

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

* In the **DCD**, go to **Menu** > **Storage & Backup** > **Network File Storage**.

{% hint style="success" %}
**Result:** A list of all clusters are displayed:

* **NAME:** Displays the name of the cluster. Select the name to view its details in the [<mark style="color:blue;">**Cluster Details**</mark>](/cloud/backup-and-storage/network-file-storage/how-tos/manage-nfs-clusters.md) window.
* **STATE:** Displays the state of the respective cluster:
  * **BUSY:** When the cluster is in the creation mode or it is being updated.
  * **AVAILABLE:** When the cluster is available and healthy.
  * **DESTROYING:** When the cluster is being deleted.
  * **FAILED:** When the cluster is not available due to an error.
* **SIZE:** Displays the size of the respective cluster.
* **CREATION DATE:** Displays the date of creation of the cluster.
* **OPTIONS:** Select ![Options menu](/files/zMw81MF9KCPxOHBMLSog) to perform the following:
  * **View Cluster:** Displays the cluster settings. The **Change cluster settings** window is displayed. You can change the **Cluster Name** and its **Size**. Click **Save** to save the settings.
  * **Edit Cluster:** Modify and manage the cluster settings.
  * **Manage Shares:** Manage the shares that are associated with the respective cluster.
  * **x Delete Cluster:** Delete the chosen cluster. In the dialog box that appears, select **Delete** to confirm deletion. For more information, see [<mark style="color:blue;">Delete a Network File Storage Cluster</mark>](/cloud/backup-and-storage/network-file-storage/how-tos/delete-nfs-cluster.md).
    {% endhint %}

![List of Clusters](/files/u0lKfhPK82vsfjjVYSd7)


---

# 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/network-file-storage/how-tos/view-nfs-clusters.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.
