Docs Home → MongoDB Atlas Data Lake
Pause Data Ingestion for Your Data Lake Pipeline
On this page
You can pause and resume ingestion of snapshot data from the Atlas cluster to Atlas Data Lake datasets. You can't pause on-demand ingestion of snapshot data.
Pause Data Ingestion for Your Data Lake Pipeline
When you pause your Data Lake pipeline, Atlas doesn't ingest new datasets. You can continue to query previous snapshots from which data has been ingested.
Pause Data Ingestion from the Atlas UI
To pause a pipeline from the Atlas UI:
Navigate to Atlas Data Lake in the Atlas UI.
To navigate to the Atlas Data Lake page:
Log in to MongoDB Atlas.
Select Data Lake under Deployment on the left-hand navigation.
Pause Data Ingestion from the API
To pause a pipeline through the API, send a POST
request to the
Data Lake pause
endpoint
with the name of the pipeline for which you want to pause the ingestion
schedule. To learn more about the API syntax and parameters for the
pause
endpoint, see Pause One Data Lake Pipeline.
Resume Data Ingestion for Your Data Lake Pipeline
When you resume data ingestion for a paused Atlas Data Lake pipeline, Atlas begins to take snapshots, which are then ingested in to your Data Lake datasets.
Resume Data Ingestion from the Atlas UI
To resume data ingestion from the Atlas UI:
Navigate to Atlas Data Lake in the Atlas UI.
To navigate to the Atlas Data Lake page:
Log in to MongoDB Atlas.
Select Data Lake under Deployment on the left-hand navigation.
Resume Data Ingestion from the API
To resume data ingestion for a pipeline from the API, send a POST
request to the Data Lake
resume
endpoint with the name of the pipeline for which you want to
resume the data ingestion. To learn more about the API syntax and
parameters for the resume
endpoint, see Resume One
Data Lake Pipeline.