> For the complete documentation index, see [llms.txt](https://docs.patchmypc.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.patchmypc.com/patch-my-pc-publisher/customizations/list-customizations/pause-product.md).

# Pause Product option in Patch My PC Publisher

*Applies to: Patch My PC Publisher V3.x*\
*Available at level: Product*\
*Available on tab: WSUS Updates, ConfigMgr Apps, Intune Apps, Intune Updates*\
*Limited to SKU: Enterprise Plus, Enterprise Premium, MSP, MSP+*

The **Pause Product** right-click option in Patch My PC (PMPC) Publisher allows you to temporarily stop publishing new application versions or updates for a specific product until a selected date.

This is commonly used to enforce short-term change control or freeze periods.

When a product is paused, Publisher skips any new versions released before the selected resume date during synchronization. The currently published version remains unchanged.

## Behavior

In the example scenario, **Google Chrome (EXE x64)** is paused until **24th June 2026**. If one or more new versions are released during the pause period, they are not published by Publisher.

<figure><img src="/files/8Ltc4z09OrjF3MEW2J9O" alt="&#x27;Pause Product Updates&#x27; dialog" width="300"><figcaption></figcaption></figure>

Once the pause period expires, Publisher resumes normal behavior. The next version available after the pause ends will be published. If no new version is available when the pause expires, and the current version is already published, no action is taken.

If a product is paused and a new version is detected, the configured **Alerts** will notify you that the product is currently paused.

## Alerts

When a paused product has a newer version available, Publisher does not publish the update. Instead, the configured Alerts can notify you that the product is paused.

The notification includes the product name, resume date, update classification, and severity.

Email reports show the paused product under **Paused ConfigMgr Applications** or the equivalent paused product section for the publishing target. Webhook notifications show the same pause information in a card format.

<figure><img src="/files/JQ0LsfuOfHcUn0ajkbla" alt="Email alert for paused products" width="563"><figcaption></figcaption></figure>

<figure><img src="/files/JLAjpWajTFVKPZhOBdo7" alt="Webhook alert for paused products" width="525"><figcaption></figcaption></figure>

## Limitations and guidance

A product can be paused for up to 6 months.

If your long-term goal is to stop publishing new versions of a product entirely, you should deselect the product rather than using the **Pause Product** option.

The **Pause Product** feature is intended for short, temporary freeze windows (such as year-end change control periods), where updates must be prevented for a limited time.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.patchmypc.com/patch-my-pc-publisher/customizations/list-customizations/pause-product.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
