Pause and Resume Archiving
On this page
Important
Feature unavailable in Serverless Instances
Serverless instances don't support this feature at this time. To learn more, see Serverless Instance Limitations.
You can pause and resume archiving from the Atlas CLI, Atlas UI, and API. When you pause, previously archived documents continue to be available on the cloud object storage for querying, but archiving activity for the collection on your Atlas cluster is stopped until you resume archiving. You will continue to incur costs for storage on the cloud object storage and for reading data. When you resume archiving, data that meets the criteria for archiving is archived and archived data that meets the deletion age limit is deleted.
Atlas won't pause data expiration if you pause your Online Archive or Atlas cluster. Atlas will delete expired data.
You can pause an online archive and create another online archive for
the same namespace and partition fields as the paused online archive,
but only one online archive can be Active
. If you try to resume
a paused online archive when another online archive for the same
namespace is Active
, the resume operation will fail. You must
either delete or pause the Active
online archive to resume
archiving for the paused online archive.
Pause Archiving Through the Atlas CLI
To pause an online archive for a cluster using the Atlas CLI, run the following command:
atlas clusters onlineArchives pause <archiveId> [options]
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas clusters onlineArchives pause.
Tip
See: Related Links
Pausing and Resuming Through the API
To pause an active online archive or resume a paused online
archive through the API, send a PATCH
request to the
onlineArchives endpoint with the
unique ID of the online archive to pause or resume. To learn more about
the syntax and options, see API.
Pause Archiving Through the UI
To pause archiving, in your Atlas UI:
Navigate to the Database Deployments page for your project.
If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
If the Database Deployments page is not already displayed, click Database in the sidebar.
Resume Archiving Through the Atlas CLI
To start a paused online archive for a cluster using the Atlas CLI, run the following command:
atlas clusters onlineArchives start <archiveId> [options]
To learn more about the command syntax and parameters, see the Atlas CLI documentation for atlas clusters onlineArchives start.
Tip
See: Related Links
Resume Archiving Through the UI
To resume archiving, in your Atlas UI:
Navigate to the Database Deployments page for your project.
If it is not already displayed, select the organization that contains your desired project from the Organizations menu in the navigation bar.
If it is not already displayed, select your desired project from the Projects menu in the navigation bar.
If the Database Deployments page is not already displayed, click Database in the sidebar.