> For the complete documentation index, see [llms.txt](https://help.boomerang3.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.boomerang3.com/boomerang-3-user-manual/dashboard/profile-settings/disable-alarms-for-a-user.md).

# Disable alarms for a user

Use this when you don’t want to receive alarms for a period (vacation, absence).

{% hint style="info" %}
Dates use your profile time zone.
{% endhint %}

{% hint style="warning" %}
Disabling alarms can leave an alarm group with no active recipients.

The system warns when only one (or zero) users remain.
{% endhint %}

{% stepper %}
{% step %}

### Disable alarm delivery

1. Open [Profile settings](/boomerang-3-user-manual/dashboard/profile-settings.md).
2. In **Disable alarms**, set **From date** and **To date**.
3. Click **Save** and sign.

<figure><img src="/files/HoBsYuGYZpkCiInSpNfW" alt="Disable alarms section with From date and To date fields"><figcaption><p>Disable alarms date range</p></figcaption></figure>

<figure><img src="/files/CFOnq1UMNYdKEjyQp4MK" alt="Save button and signing prompt"><figcaption><p>Save and sign changes</p></figcaption></figure>
{% endstep %}

{% step %}

### Re-enable alarm delivery

To re-enable alarms, clear **From date** and **To date**, then click **Save**.
{% endstep %}

{% step %}

### Understand the warning icons

The system monitors how many users will receive alarms for each alarm group.

If only one user remains, the UI shows a warning.

<figure><img src="/files/vwyJ0gg73c1IRxZOSQSM" alt="Warning when an alarm group has only one active recipient"><figcaption><p>Warning when only one active recipient remains</p></figcaption></figure>

Example: only one user will receive alarms from some alarm groups.

<figure><img src="/files/gOE6N9Bd9zeVQFX6t3ym" alt="Alarm groups list showing only one active recipient"><figcaption><p>Example alarm groups with a single active recipient</p></figcaption></figure>

If the last active recipient disables alarms, those alarm groups show an alarm icon.

<figure><img src="/files/YsoZgDO3zTLVKHCdpn3R" alt="Alarm icon shown when there are no active recipients"><figcaption><p>Alarm icon when no active recipients remain</p></figcaption></figure>

The system allows you to save this change, even if it leaves an alarm group with no active recipients.
{% endstep %}
{% endstepper %}

{% hint style="danger" %}
Ensure at least one user remains able to receive alarms for every alarm group before you disable your own alarms.

If you are unsure, contact your administrator.
{% endhint %}


---

# 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://help.boomerang3.com/boomerang-3-user-manual/dashboard/profile-settings/disable-alarms-for-a-user.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.
