> ## Documentation Index
> Fetch the complete documentation index at: https://private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Pausing and resuming a MongoDB ClickPipe

> Pausing and resuming a MongoDB ClickPipe

export const Image = ({img, alt, size}) => {
  return <Frame>
      <img src={img} alt={alt} />
    </Frame>;
};

There are scenarios where it would be useful to pause a MongoDB ClickPipe. For example, you may want to run some analytics on existing data in a static state. Or, you might be performing upgrades on MongoDB. Here is how you can pause and resume a MongoDB ClickPipe.

<h2 id="pause-clickpipe-steps">
  Steps to pause a MongoDB ClickPipe
</h2>

1. In the Data Sources tab, click on the MongoDB ClickPipe you wish to pause.
2. Head over to the **Settings** tab.
3. Click on the **Pause** button.

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/WxlX3Dy68QP6FHJI/images/integrations/data-ingestion/clickpipes/postgres/pause_button.png?fit=max&auto=format&n=WxlX3Dy68QP6FHJI&q=85&s=7dc69c6b2c74bada0c28e89a2ca993ad" border size="md" width="769" height="217" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_button.png" />

4. A dialog box should appear for confirmation. Click on Pause again.

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/WxlX3Dy68QP6FHJI/images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png?fit=max&auto=format&n=WxlX3Dy68QP6FHJI&q=85&s=69bc52bf60cab062d0dd8d1aa972ff1f" border size="md" width="768" height="288" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_dialog.png" />

4. Head over to the **Metrics** tab.
5. Wait for the status of the pipe to be **Paused**.

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/WxlX3Dy68QP6FHJI/images/integrations/data-ingestion/clickpipes/postgres/pause_status.png?fit=max&auto=format&n=WxlX3Dy68QP6FHJI&q=85&s=bbb421e17821944b696379a261c345ea" border size="md" width="1437" height="256" data-path="images/integrations/data-ingestion/clickpipes/postgres/pause_status.png" />

<h2 id="resume-clickpipe-steps">
  Steps to resume a MongoDB ClickPipe
</h2>

1. In the Data Sources tab, click on the MongoDB ClickPipe you wish to resume. The status of the mirror should be **Paused** initially.
2. Head over to the **Settings** tab.
3. Click on the **Resume** button.

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/WxlX3Dy68QP6FHJI/images/integrations/data-ingestion/clickpipes/postgres/resume_button.png?fit=max&auto=format&n=WxlX3Dy68QP6FHJI&q=85&s=341bc26913711f7490fda99a9e4b4f54" border size="md" width="1258" height="202" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_button.png" />

4. A dialog box should appear for confirmation. Click on Resume again.

<Image img="https://mintcdn.com/private-7c7dfe99-locadex-parallel-t9n-main-irpovz79o3kkpgs4/WxlX3Dy68QP6FHJI/images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png?fit=max&auto=format&n=WxlX3Dy68QP6FHJI&q=85&s=e7af74b2de7fa615da88f7689743f7e3" border size="md" width="879" height="365" data-path="images/integrations/data-ingestion/clickpipes/postgres/resume_dialog.png" />

5. Head over to the **Metrics** tab.
6. Wait for the status of the pipe to be **Running**.
