> For the complete documentation index, see [llms.txt](https://docs.idea-hpc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.idea-hpc.com/modules/virtual-desktop-interfaces/user-documentation/stop-delete-hibernate-a-virtual-desktop.md).

# Stop/Delete/Hibernate a virtual desktop

Manage your virtual desktop lifecycle easily via Virtual Desktop State section.

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

<figure><img src="https://4178558898-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Ff38qThSa0Aa40txosxbS%2Fuploads%2FSvt0TlPN35YrAVx1upQJ%2Fmods_vdi_user_sdh_actions.webp?alt=media&amp;token=ac3af414-1220-479b-98b8-92cbfdf046ed" 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.

{% 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.

##


---

# 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.idea-hpc.com/modules/virtual-desktop-interfaces/user-documentation/stop-delete-hibernate-a-virtual-desktop.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.
