> For the complete documentation index, see [llms.txt](https://docs.connect.jfrog.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connect.jfrog.io/features-new-ui/devices/view-device-details/block-updates-with-update-trigger.md).

# Block Updates

There may be times when you want a device to keep its present configuration and not receive software updates. JFrog Connect provides a way to block updates to a specific device while you continue with updates to other devices. This enables you, for example, to send a software update to a whole group without having to create a complicated filter that would avoid updating a certain device. You just turn on Block Updates for a specific device, and it will not download the updates that the rest of the group is receiving.

## Set Block Updates Flag

The Block Updates flag acts like a "Do Not Disturb" sign on a door. You use a simple toggle switch to block updates to a device. ON blocks updates to the device, and OFF, the default state, allows updates.

To block updates to the device, do the following:

1. Go to **Devices** in the left sidebar and click a device in the table. The [Device Details](/features-new-ui/devices/view-device-details.md) panel appears on the right with the Device Details tab in view.&#x20;
2. Go to the System Configuration sub-panel and click the **Edit** icon (pencil).
3. Click the **Block Updates** toggle so that it is ON, and **Save**.

<div align="left"><figure><img src="/files/v1dyzbe4PK8CZCGK5aeP" alt="" width="563"><figcaption></figcaption></figure></div>

## What's Next

Learn how to set the update trigger in the [Update Device](https://docs.connect.jfrog.io/developers/api-reference/connect-api-reference/devices#patch-api-v2-project_key-devices-device_uuid) API request in the Connect API Reference.


---

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

```
GET https://docs.connect.jfrog.io/features-new-ui/devices/view-device-details/block-updates-with-update-trigger.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.
