> For the complete documentation index, see [llms.txt](https://docs.oxygenserv.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.oxygenserv.com/en/dashboard/mettre-son-serveur-en-hibernation.md).

# Put your server into hibernation

{% hint style="info" %}
Hibernation puts your service on hold. Your data remains stored. The server is **unavailable** while it is in hibernation.
{% endhint %}

### Objective

Pause a server without losing data. Reduce cost by only paying for storage.

{% hint style="warning" %}
Hibernation applies to the **next renewal**. Please check the information before confirming.
{% endhint %}

### Step-by-step guide

{% stepper %}
{% step %}
**Open “My subscriptions”**

On the dashboard, go to **My profile** then **My subscriptions**.

<figure><img src="/files/aeb12d870ff22e435917ba16c71cd7b83105e945" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Open the service menu**

On the subscription of your choice, open the menu **⋯**, click on **Pause**.

<figure><img src="/files/93db17911a19bfef874b9b90d2058429be906fec" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Review and confirm**

Check the information. Hibernation will be applied at the next renewal.

Example pricing shown: **€0.50 / 10 GB of storage**.

<figure><img src="/files/d912b330e353d9628d52831f3ee64c165929a983" alt=""><figcaption></figcaption></figure>
{% endstep %}

{% step %}
**Check status and billing**

Once activated, you will have an information banner on your server page.
{% endstep %}
{% endstepper %}

#### Reactivate a service

You can reactivate the service at any time from the dashboard.

### Common issues

* **I don't see “Pause”** : check that you are the owner of the subscription.
* **My server is still active** : hibernation applies to the **next renewal**.
* **The server is unavailable** : this is normal. The service is paused.
* **I don't understand the billing** : you only pay for storage during hibernation.

### FAQ

#### Are my data deleted?

No. They remain stored as long as the service is in hibernation.

#### Does the server run during hibernation?

No. The server is paused and inaccessible.


---

# 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.oxygenserv.com/en/dashboard/mettre-son-serveur-en-hibernation.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.
