Skip to content

Commit

Permalink
Edits to resume cluster following review
Browse files Browse the repository at this point in the history
  • Loading branch information
mesellings committed Aug 8, 2024
1 parent ac68cc5 commit 07954d4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 20 additions & 8 deletions docs/components/console/manage-clusters/resume-cluster.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,29 @@
---
id: resume-cluster
title: Resume your cluster
description: "You can resume your paused cluster at any time"
description: "You can resume your paused cluster during deployment, or from the Console at any time."
---

If your cluster is paused, you can resume it at any time.
You can resume your paused cluster during deployment, or from the **Console** at any time.

To resume your paused cluster:
- Resuming a cluster typically takes five to ten minutes.
- To learn more about automatic cluster pausing on Free Trial plan clusters, see [auto-pause](/components/concepts/clusters.md#auto-pause).

## Resume during deployment

During deployment, you can resume the selected cluster if it is paused.

![Resume a paused cluster during deployment](./img/cluster-resume-deploy.png)

1. Select your paused cluster during deployment.
1. Select **Resume** in the paused cluster notification.

## Resume from Console

You can resume your paused cluster from the **Console** at any time.

![Resume a paused cluster from the Console](./img/cluster-resume-console.png)

1. Navigate to **Console**, and select the **Clusters** tab.
1. The cluster **Status** shows “Paused” if a cluster is paused. Select the cluster that you want to resume.
1. On the cluster **Overview** tab, select **Resume cluster** in the **Status** row of the **Cluster Details**. The cluster resumes running, which typically takes five to ten minutes to complete.

:::info
To learn more about automatic cluster pausing on Free Trial plan clusters, see [auto-pause](/components/concepts/clusters.md#auto-pause).
:::
1. On the cluster **Overview** tab, select **Resume cluster** in the **Status** row of the **Cluster Details**.

0 comments on commit 07954d4

Please sign in to comment.