> For the complete documentation index, see [llms.txt](https://docs.vergeos-demo.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vergeos-demo.com/knowledge-base/virtual-machines/making-a-nonpersistent-vm.md).

# Making a Non-Persistent VM

A Non-Persistent VM reverts to its original state after a reboot, discarding any changes made during the session. This is useful for VDI (Virtual Desktop Infrastructure) environments where the system should reset after each use.

## Steps to Create a Non-Persistent VM:

1. Navigate to the **VM dashboard**.
2. Shutdown the VM by selecting **Actions > Power Off** or using the **Power button**:

{% hint style="info" %}
This ensures the data is in a good state for cloning.
{% endhint %}

3. Click the **Copy** button next to the main disk on the VM. ![nonpersistent-2.png](/files/py2MQ1Z7bAGNiHF85Igm)
4. Change the **Media Type** to **Non-Persistent** and click **Submit** at the bottom.
5. Click the **Edit** icon ![edit icon pencil](/files/ewctP3kT9x0p9Zl159Gu) for the original **Disk Media Type**.

{% hint style="info" %}
he new disk will show a **Media Type** of **Non-Persistent**. Any changes made to this disk will be reverted upon a reboot of the VM.
{% endhint %}

6. Uncheck the **Enabled** checkbox.
7. Start the VM by selecting **Power On** from the left-hand menu or clicking the **Play button**:

This will boot the VM using the non-persistent disk. The disk is fully writable during the session, but all changes will be discarded upon reboot, reverting the VM back to its original state.

{% hint style="warning" %}
**Do not delete the original disk. It will not take up additional space due to Deduplication.**
{% endhint %}

***

{% hint style="info" %}
**Document Information**

* Last Updated: 2024-08-29
* vergeOS Version: 4.12.6
  {% 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:

```
GET https://docs.vergeos-demo.com/knowledge-base/virtual-machines/making-a-nonpersistent-vm.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.
