# Unmount Deka NFS in Instance

To release shared directories that are no longer used on VMs in an Instance. On the Cloudeka portal service page, select the Instance menu in Deka Flexi.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/26dekanfs/26.31%20unmount-deka-nfs-a.png" alt=""><figcaption><p>Unmount Deka NFS (a)</p></figcaption></figure>

Run the console on the VM to which the Deka NFS configuration will be released.

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/26dekanfs/26.32%20unmount-deka-nfs-b.png" alt=""><figcaption><p>Unmount Deka NFS (b)</p></figcaption></figure>

After logging into the VM by entering the Username with root and Password used, you can run this syntax command.

```
umount [IP Address-Deka NFS]:/mnt/nfs
```

To ensure that it has successfully detached from the VM by running this syntax.

```
df -h
```

<figure><img src="https://putri.box.cloudeka.id/cloudeka-assets/static/images/26dekanfs/26.33%20unmount-deka-nfs-c.png" alt=""><figcaption><p>Unmount Deka NFS (c)</p></figcaption></figure>


---

# 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.cloudeka.id/storage/deka-nfs/unmount-deka-nfs-in-instance.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.
