# Sleep Mode

Use the sleep mode to save costs for instances when they are not needed. This is especially useful for development and testing instances.

Access the Sleep Mode setting through **User Portal → Project → Selected Instance → Infrastructure Management → Sleep Mode**.

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

Press the **Sleep** button to have your instance sleep.

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

### Inactivity-based sleep mode

If turned on the instance will be put in low resource consumption mode after 2 hours of inactivity. Opening the front-end or admin panel will wake up the instance in 1-3 minutes. If turned off, the instance will always be active.

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

### Scheduled sleep mode

Allows you to configure specific time intervals for each weekday when the instance should be put to sleep. During the specified time periods, your instance **won't be available**.

Specify your timezone, choose the intervals, and enable the switch.

Leave from 00:00 to 00:00 if you don't want to activate sleep mode for a specific day.

<figure><img src="/files/kC3SFf63xOAEb59BDXoM" 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://help.readymage.com/infrastructure-management/sleep-mode.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.
