# Stop/Delete/Hibernate a virtual desktop

To access the Virtual Desktop lifecycle section, click "**Actions**" button associated to the virtual desktop:

<figure><img src="/files/w0k2Ez8IIxySWs8cB9xW" alt=""><figcaption><p>Control your virtual desktop lifecycle</p></figcaption></figure>

### Stop

Click "**Action**" > "**Virtual Desktop State**" > "**Stop**" to stop your current virtual desktop session. Stopped session will not suffer any data loss and you can restart a stopped session at any moment.

### Terminate

Click "**Action**" > "**Virtual Desktop State**" > "**Terminate**" to permanently terminate a virtual desktop  session.&#x20;

{% hint style="warning" %}
Terminating a session may cause data loss if you are using ephemeral storage, so make sure to have uploaded all your data back to IDEA filesystem first.
{% endhint %}

### Hibernate

{% hint style="info" %}
When you hibernate an instance, your desktop state is saved in memory. When you restart it, all your applications will automatically resume. On the other hand, stopping a virtual desktop is the same as powering off your laptop. Please not all EC2 instances support hibernation, verify if your instance supports it by checking <https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/hibernating-prerequisites.html>
{% endhint %}

Click "**Action**" > "**Virtual Desktop State**" > "**Hibernate**" to hibernate your current virtual desktop session. Hibernated session will not suffer any data loss and you can restart the session at any moment.&#x20;

##


---

# 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.ide-on-aws.com/virtual-desktop-interface/user-documentation/stop-delete-hibernate-a-virtual-desktop.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.
