> For the complete documentation index, see [llms.txt](https://docs.release.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.release.com/guides-and-examples/advanced-guides/pausing-instant-datasets/pausing-resuming-environments.md).

# Pause/resume environments

How to pause and resume Instant Datasets in individual environments

Instant Datasets can drive up the costs of your clusters, especially if your data requires larger instances. However, since environments are not used at all times, you can pause them to reduce costs.

{% hint style="warning" %}
Keep in mind that you can only pause ephemeral environments.
{% endhint %}

The following operations are done from the environment **Details** page.

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-3cffd71aba18ac33761cfd5b8851f86d34a9746e%2Fenv-details.png?alt=media)

## Manually pause and resume ephermeral environments

Under the **Action** dropdown, click **Pause**.

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-7d6e79f023643fa3b567ba99ba90ad2fe0a5d57f%2Fmanual-pause.png?alt=media)

Note that it may take several minutes for this operation to complete.

To resume the environment, click **Resume** under the **Action** dropdown.

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-81c298b9595ad6fe7e10a6b3b30c8be1ff603823%2Fmanual-resume.png?alt=media)

## Set up a pause and resume schedule

You can set up a schedule to pause and resume environments daily.

1. In the environment **Settings** page, click **Pausing Schedule**.

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-0a52939a06c174b0e8a9eaaa67501dc452296f32%2Fpause-settings-button.png?alt=media)

2. Select the times the environment should pause and resume in the correct fields. To pause the environment over weekends, check the box for "Stay paused on Saturdays and Sundays".

![](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-d9dd6a107d736085b303a7725c6fd02738ee786f%2Fpausing-form.png?alt=media)

{% hint style="info" %}
To pause ephemeral environments over weekends, leave the pause and resume time fields blank and check the "Stay paused on weekends" box.
{% endhint %}

## Remove a pause and resume schedule

To remove a schedule, go to **Settings** -> **Pausing Schedule**. Click **Remove Existing Schedule** and your schedule will be removed.

![Remove a schedule](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-c8009e94caeb13594fd41e09d84b8ae459759995%2Fremove.png?alt=media)

3. Click **Create Pausing Schedule**.

## Remove a default schedule

{% hint style="info" %}
This feature is only available for applications with a default schedule. Read more about [default schedules](https://docs.release.com/guides-and-examples/advanced-guides/pausing-instant-datasets/application-pausing-schedules).
{% endhint %}

If your application has a default schedule, ephemeral environments will pause and resume according to that schedule.

To remove the default application schedule, on the **Pausing Schedule** page click **Remove default schedule**.

![Remove a schedule](https://585411240-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M1neGLLQ0sDXeK6ooSo%2Fuploads%2Fgit-blob-c8009e94caeb13594fd41e09d84b8ae459759995%2Fremove.png?alt=media)

To set a new schedule specific to this environment, follow the instructions under [#Set-up-a-pause-and-resume-schedule](#Set-up-a-pause-and-resume-schedule "mention").


---

# 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.release.com/guides-and-examples/advanced-guides/pausing-instant-datasets/pausing-resuming-environments.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.
