# Pausing Scappman Updates

Every time a new version of a 3rd party application is released, it is tested by Scappman then released to our customers. By default, when the Scappman portal detects this release it will automatically update the app in your tenant.&#x20;

You can disable these automatic updates, which can be useful in a few scenarios, for example:

* Pinning an app version&#x20;
* Delaying a release when using update rings

Disabling updates only instructs Scappman to no longer update that app in Intune; Disabling updates has no bearing on the assignments of your existing Intune applications, or the assignments configured on them, meaning your devices and users will still evaluate those updates if they are a member of the assigned group(s).&#x20;

{% hint style="info" %}
In the following examples, we will focus on Google Chrome but the logic applies to all apps
{% endhint %}

### Example 1 - Updates enabled

<figure><img src="/files/c73qdyRasdgdSWxCbwpX" alt=""><figcaption></figcaption></figure>

Scappy watches for new versions of Google Chrome being released, packages it and publishes it to the Fast update ring application in Intune, after which devices and users in that ring will evaluate it.&#x20;

Here we see that Updates are enabled for the Fast ring of Google Chrome and that ring is assigned to a group named **Patching - Day 1 (ASAP)**

<figure><img src="/files/mQsO9FYsK7en1yo2BXWZ" alt=""><figcaption></figcaption></figure>

We can also see this same assignment when we look at the app directly in the Intune portal.&#x20;

<figure><img src="/files/fMptuIBfkhtdDH4RpMHa" alt=""><figcaption></figcaption></figure>

### Example 2 - Updates disabled

<figure><img src="/files/XB3WzWOM1ILcv9NvYblo" alt=""><figcaption></figcaption></figure>

Scappy watches for new versions of Google Chrome being released, but because the Slow update ring has updates disabled it will indefinitely remain on version 113.0.5672.172.

Here we see that Updates are disabled for the Slow ring of Google Chrome and that ring is assigned to a group named **Patching - Day 3**

<figure><img src="/files/rdKKJePYA1mE5Q5XvGRS" alt=""><figcaption></figcaption></figure>

We can also see this same assignment when we look at the app directly in the Intune portal.&#x20;

<figure><img src="/files/RLiFRE4HLjDCfJopgTfQ" alt=""><figcaption></figcaption></figure>

### Summary

If you disable updates within the Scappman portal, existing applications assignments will still continue to be evaluated. If you wish to no longer deploy a specific update, delete that update.&#x20;


---

# Agent Instructions: 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:

```
GET https://support.scappman.com/applications/pausing-scappman-updates.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
