Arm and disarm settings
Last modified: Tuesday February 24, 2026.
Configure how users arm and disarm alarm zones.
Set the entry and exit delay
The entry and exit delay of a zone defines the time between detecting a trigger and emitting an alarm. This allows users to use devices located in the zone to arm and leave, or enter and disarm, without triggering an alarm.
- To edit existing settings, open the
Zones tool, right-click the required zone, and select Edit.
- Click within Arm & Disarm.
- Open the Entry and exit delay
settings.
- You can set No delay, the same Delay for both entry and exit, or a Separate entry and exit delay.
- Click Done.
Arm and disarm a zone using devices
You can allow a zone to be armed and disarmed using an arming station.
- To edit existing settings, open the
Zones tool, right-click the required zone, and select Edit.
- Click within Arm & Disarm.
- Enable With Devices and select the required arming station. You can associate an Arming Station Pro with up to four zones.
- If required, set a PIN:
- Set a 4–16 digit PIN.
- Anybody can enter the PIN into an arming station associated with this zone to arm or disarm it.
- For more information, see Zone PINs.
- You can set the authentication method in your deployment settings.
- Choose between user credentials and zone PINs. See Zone authentication method.
To learn more about permissions for arming and disarming zones, see Manage Protect users.
Arm and disarm a zone by schedule
You can create timed schedules that arm and disarm zones automatically.
- To edit existing settings, open the
Zones tool, right-click the required zone, and select Edit.
- Open the Arm & Disarm tab.
- In ARM BY SCHEDULE, click
or
to toggle between form and schedule view.
- In schedule view, you can click and drag to set timeframes when the zone is armed.
- Click a timeframe to manually set its start and end time.
- To repeat a timeframe, select it and click
Repeat daily.
- The minimum timeframe is 15 minutes.
- To delete a timeframe, select it and click
Remove.
- You can
undo or
redo changes.
- In form view, you can configure timeframes when the zone is armed.
- Chose the type of timeframe: + Daily, + Weekdays, +Weekends, or +Days.
- Enter a Start time and End time or select All day.
- For day schedules, select the required day.
- To add more timeframes, select another timeframe type using the + buttons.
- To delete a timeframe, click
Remove.
- You can set the zone to be always active by selecting Always.
- In form view, you can save schedules as templates.
- To save the current schedule as a template, click
Save template. Enter a name and click Save.
- To save the current schedule as a template, click
- To create a schedule from a saved template, select it from the Template dropdown.
Arm and disarm a zone with webhooks
You can arm and disarm zones using webhooks.
- Open the
Zones tool and
create or edit a zone.
- Open the Arm & Disarm tab.
- Under ARM BY SCHEDULE, select By External trigger.
- Open the dropdown and select a webhook or + Add new trigger:
- Click
.
- Enter a name and click .
- Copy and save the Webhook address.
- Copy and save the Token.
- Click Done.
- Click
- To activate or deactivate the zone:
- Send an HTTP POST request to the webhook URL address.
- Set the authorization request header as
Authorization: Bearer <webhook token> - Set the request body as a JSON object:
- To arm the zone, use
{"action":"activate"} - To disarm the zone, use
{"action":"deactivate"}
- To arm the zone, use
- Example cURL request:
curl --location 'https://test-deployment.eu1.alta.avigilon.com/api/v1/public/ruleActivation/eyJzdWI-iOiI-xMjM-0NTY-3ODkwIiwibmF'
--header 'Content-Type: application/json'
--header 'Authorization: Bearer JIUzI1NiIsInR5cCI6IkpXVCJ9'
--data '{"action": "activate"}' - Example Windows Command Prompt cURL request:
curl -H "Authorization: Bearer JIUzI1NiIsInR5cCI6IkpXVCJ9" ^
-H "Content-Type: application/json" ^
-d "{\"action\":\"deactivate\"}" ^
https://test-deployment.eu1.alta.avigilon.com/api/v1/public/ruleActivation/eyJzdWI-iOiI-xMjM-0NTY-3ODkwIiwibmF- Leave out the
^carets if you enter the command in one line. - Escape the internal double quotes around the JSON name/value pairs with backslashes:
\"
- Leave out the
- To edit a webhook, open the Zones tool and select
>
.
For more information about configuring webhooks, see Using external triggers and webhooks.
Set arm/disarm and exit delay actions
You can define actions performed when the zone is armed or disarmed or when an exit delay phase begins.
- To edit existing settings, open the
Zones tool, right-click the required zone, and select Edit.
- Open the Arm & Disarm tab.
- In Actions, open the
settings for the required phase.
- Select and configure the required actions. For a detailed description of the actions available, see Zone Notifications & webhooks.
Disarm a zone with an ongoing alarm
If you disarm a zone with an ongoing alarm, the alarm ends. The alarm is still listed in the alarm tool.