Docs Menu
Docs Home
/
MongoDB Atlas
/ /

Pause, Resume, or Terminate a Cluster

On this page

  • Considerations for Paused Clusters
  • Required Access
  • Pause One Cluster
  • Resume One Cluster
  • Terminate One Deployment

You can pause, resume, or terminate your clusters. For serverless instances, see Terminate a Serverless Instance.

To pause or resume a cluster, you must have Project Cluster Manager access or higher to the project.

To terminate a cluster, you must have Project Owner or Organization Owner access.

Important

Feature unavailable in Serverless Instances

Serverless instances don't support this feature at this time. To learn more, see Serverless Instance Limitations.

Depending on your cluster tier, Atlas either pauses clusters automatically or when you manually initiate it.

Atlas automatically pauses all inactive M0 clusters after 60 days.

You can't pause M2 and M5 clusters. Atlas doesn't automatically pauses inactive M2 or M5 clusters.

You can pause M10 or larger clusters:

  • If they do not use NVMe storage.

  • For up to 30 days. If you don't resume the cluster within 30 days, Atlas resumes the cluster.

    Note

    You must allow a recently resumed cluster to run for at least 60 minutes before pausing the cluster again. This allows the cluster to process all the maintenance jobs that were queued while it was paused.

Atlas only charges paused clusters for storage. Atlas does not charge for any other services or data transfer on paused clusters.

To pause a running Atlas cluster using the Atlas CLI, run the following command:

atlas clusters pause <clusterName> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas clusters pause.

Tip

To pause a cluster with the Atlas Administration API, see Modify One Cluster.

To pause an Atlas cluster using the Atlas UI:

1
  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If the Clusters page is not already displayed, click Database in the sidebar.

2
  1. For the cluster you want to pause, click .

  2. Click Pause Cluster.

  3. Click Pause Cluster to confirm your choice.

Atlas automatically stops collecting monitoring information for an M0 cluster after a few days of inactivity.

If there is no activity for 60 days, then Atlas automatically pauses the cluster completely, disallowing any connections to it until you resume the cluster. Atlas sends an email seven days before pausing the cluster. Atlas sends another email after pausing the cluster.

You can resume the cluster at any time unless the paused cluster was running on an old version that Atlas can't restore to the current version. You should export a copy of your data if you don't plan to use your free cluster for an extended period of time.

You can't initiate a pause for M0 clusters.

To pause the specified Atlas deployment using the Atlas CLI, run the following command:

atlas deployments pause <deploymentName> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas deployments pause.

Important

Feature unavailable in Serverless Instances

Serverless instances don't support this feature at this time. To learn more, see Serverless Instance Limitations.

Note

If you have a Backup Compliance Policy enabled, when you resume a cluster, Atlas automatically enables Cloud Backup. If the Backup Compliance Policy has the Require Point in Time Restore to all clusters option set to On, Atlas automatically enables Continuous Cloud Backup and adjusts the restore window according to the Backup Compliance Policy. Atlas automatically modifies the backup to meet the minimum requirements of the Backup Compliance Policy.

If you deployed Search Nodes separately, Atlas rebuilds the Atlas Search indexes to restore the data on the Search Nodes that it deleted when you paused the Atlas cluster.

To resume collection of monitoring information for an Atlas M0 cluster paused for monitoring, connect to that cluster using a MongoDB Driver, mongosh, or Data Explorer.

To resume an Atlas M10+ cluster that you paused previously:

To start a paused Atlas cluster using the Atlas CLI, run the following command:

atlas clusters start <clusterName> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas clusters start.

1
  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If the Clusters page is not already displayed, click Database in the sidebar.

2

For the cluster you want to pause, either:

  • Click , then click Resume Cluster, or

  • Click Resume.

Note

If you don't resume an M10+ cluster within 30 days, Atlas resumes the cluster.

To start an Atlas deployment using the Atlas CLI, run the following command:

atlas deployments start <deploymentName> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas deployments start.

Use the following resources to terminate a deployment.

To terminate an Atlas cloud cluster:

Note

If you enabled Termination Protection on your cluster, you must first disable it.

To delete one cluster in the specified project using the Atlas CLI, run the following command:

atlas clusters delete <clusterName> [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas clusters delete.

1
  1. If it's not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.

  2. If it's not already displayed, select your desired project from the Projects menu in the navigation bar.

  3. If the Clusters page is not already displayed, click Database in the sidebar.

2
  1. Click next to the cluster you want to disable Termination Protection for.

  2. Click Edit Config from the drop-down menu.

  3. Click Additional Settings.

  4. Toggle Termination Protection to Off.

  5. Click Review Changes.

  6. Click Apply Changes.

3
4
5

If you have a Backup Compliance Policy enabled and you terminate a cluster, Atlas automatically maintains all existing snapshots after the termination according to the backup policy. Atlas retains the oplog for restoring a point in time with continuous cloud backup in a static state until Atlas can no longer use them for continuous cloud backup.

Otherwise, if you have Cloud Backup enabled, you can toggle Keep existing snapshots after termination to On.

If you have Cloud Backup disabled, this option is unavilable.

6
  1. Enter the cluster name.

  2. Click Terminate.

Atlas terminates the cluster after completing any in-progress deployment changes. Atlas also terminates all Search Nodes configured for the cluster.

Atlas bills for the hours that the cluster was active. To learn more about Atlas billing, see Manage Billing.

Warning

Terminating a cluster also deletes any backup snapshots for that cluster. See Snapshot Schedule. If you terminate a cluster with associated tags that don't apply to any other cluster, Atlas deletes the tags. You can't restore these deleted tags.

Note

Public IP Address Retention

When you terminate a cluster with a lifetime of 12 hours or more, Atlas reserves the cluster's public IP address, bound to its original cluster name.

The following time frames apply from the moment you terminate the cluster:

Cluster Lifetime
IP Address Retention
Less than 12 hours
Not retained
12 to 35 hours
12 to 35 hours (equal to the cluster lifetime)
36 hours or more
36 hours

If, in the applicable time frame, you create a new cluster with the same name, Atlas reassigns the reserved public IP address to that cluster.

cluster IP addresses don't change when you or Atlas pause or resume clusters.

To delete the specified Atlas deployment using the Atlas CLI, run the following command:

atlas deployments delete [deploymentName] [options]

To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas deployments delete.

Back

Configure Maintenance Window

Next

HA and Workload Isolation