# Shutdown, Hibernate, and Delete

## Shutdown and Delete

<figure><img src="/files/kw1HlbihN2O5OGKj82H2" alt=""><figcaption></figcaption></figure>

#### What is the difference between shutting down and deleting GPU instances?

**Shutdown**

Shutting down temporarily pauses your instance to allow technical operations like attaching or detaching volumes.

{% hint style="warning" %}
Shutdown instances continue to charge your account.
{% endhint %}

***

**Delete**

Deleting permanently removes the instance while preserving your data. All connected volumes are automatically detached and remain in your account for future use with other instances.

Instance charges stop immediately, but you'll continue to be charged for all detached storage volumes.

<figure><img src="/files/2orF0QaLwXOc9hi7diNp" alt=""><figcaption></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.arkanecloud.com/arkane-cloud/cpu-and-gpu-instances/interactive-blocks.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.
