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

# Crear una VM no persistente

Una VM no persistente vuelve a su estado original después de un reinicio, descartando cualquier cambio realizado durante la sesión. Esto es útil para entornos VDI (Infraestructura de Escritorio Virtual), donde el sistema debe reiniciarse después de cada uso.

## Pasos para crear una VM no persistente:

1. Vaya al **panel de la VM**.
2. Apague la VM seleccionando **Acciones > Apagar** o usando el **botón de encendido**:

{% hint style="info" %}
Esto garantiza que los datos estén en buen estado para la clonación.
{% endhint %}

3. Haga clic en el **Copiar** botón junto al disco principal de la VM. ![nonpersistent-2.png](/files/b63d4104d31119bba5436e284a542f0f2743e1b1)
4. Cambie el **Tipo de medio** a **No persistente** y haga clic en **Enviar** en la parte inferior.
5. Haga clic en el **Editar** icono ![edit icon pencil](/files/8e6d22ecabed56b5828a5a017b2d82d7ade0aa42) para el original **Tipo de medio del disco**.

{% hint style="info" %}
el nuevo disco mostrará un **Tipo de medio** de **No persistente**. Cualquier cambio realizado en este disco se revertirá al reiniciar la VM.
{% endhint %}

6. Desmarque el **Habilitado** casilla de verificación.
7. Inicie la VM seleccionando **Encendido** desde el menú de la izquierda o haciendo clic en el **botón de reproducir**:

Esto arrancará la VM usando el disco no persistente. El disco es totalmente escribible durante la sesión, pero todos los cambios se descartarán al reiniciar, devolviendo la VM a su estado original.

{% hint style="warning" %}
**No elimine el disco original. No ocupará espacio adicional debido a la deduplicación.**
{% endhint %}

***

{% hint style="info" %}
**Información del documento**

* Última actualización: 2024-08-29
* Versión de vergeOS: 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, and the optional `goal` query parameter:

```
GET https://docs.verge.io/knowledge-base/es/virtual-machines/making-a-nonpersistent-vm.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.
