> For the complete documentation index, see [llms.txt](https://docs.adaptiva.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.adaptiva.com/patch/patching-fundamentals/flex-controls/flex-controls-pauses.md).

# Pauses

Patch cycles continue to run as configured on the Adaptiva Server side, and the Adaptiva Client pauses the deployment of patches identified in the pause settings.

The Global Pause menu item provides access to both a Pause All Patching button and access to configuration details for pausing patch activity for specific products, patches, cycles, or Business Units.

When activated, Pause All Patching immediately stops all patch deployments across all licensed clients. When deactivated (Resume Patching) OneSite Patch revokes the Global Pause request and restores normal patching activity to all licensed clients.

![](/files/qyK3R1cgHk5B67gAUcGu)

{% hint style="warning" %}
A pause will not affect scheduled client reboots. Once reboots are scheduled on clients, they will happen regardless of if patching is paused.
{% endhint %}

In addition, you may create pause configurations for each of the following:

* **Paused Products:** Pause patch deployments for specified products, either globally or for specific Business Units.
* **Paused Patches:** Pause patch deployments for specified patches, either globally or for specific Business Units.
* **Paused Cycles:** Pause Patching, Deployment, or Rollout Cycles either for specified Business Units or for the Business Units already targeted by the Cycle.
* **Paused Business Units:** Pause all patches for the specified Business Units.

For each, you'll choose either the product, patch, or cycle you wish to pause along with the optional business unit. You can add multiple pauses for each tab that will be added to the relevant pause table.

![](/files/6YPDGhLRf6nkOXtwd0aA)


---

# 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.adaptiva.com/patch/patching-fundamentals/flex-controls/flex-controls-pauses.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.
