# Override Schedule Access to a Door

[Access Site Admins and Access Site Managers](/access-control/getting-started/roles-and-permissions-for-access-control.md) can override access to a door or unlock it for a set amount of time directly from the door page in [Verkada Command](/command/getting-started/get-started-with-verkada-command.md). This is useful for any situation where the door state in the door schedule is no longer appropriate.

Some use cases might include:

* Locking the door if the security team has departed for a specific period of time
* Unlocking the door for an extended delivery
* Pre-scheduling an unlock window for a planned delivery, event, or vendor visit later in the week
* Queuing up a temporary state change for a known closure (e.g., a holiday or planned maintenance)

A single-door override temporarily replaces the door’s normal state for the time range you specify. While active, it takes precedence over the base door schedule and any door exceptions that would otherwise apply during that window. When the override ends, the door automatically returns to its normal schedule or any active exception in effect at that time.

{% hint style="warning" %}
Local overrides take priority. An override applied locally at the door, such as via an AUX input or the interior push button on a Verkada wireless lock, takes precedence over a schedule override while it is active. When the local override ends, the schedule override resumes if it is still within its configured time range.
{% endhint %}

***

## Configuration

{% hint style="info" %}
An override only applies to a single door. To override schedules across multiple doors, use a [Door Exception Calendar](/access-control/configuration/door-schedules-and-exceptions/door-exception-calendars.md).
{% endhint %}

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Access.**
{% endstep %}

{% step %}
**Select a site from the All Sites dropdown.**
{% endstep %}

{% step %}
**Select a door to edit.**
{% endstep %}

{% step %}
**Under Current Schedule, click Add Override.**

1. Choose when the override should take effect:
   * **Apply Now:** Temporarily override the door’s schedule starting immediately.
   * **Apply Later:** Temporarily override the door’s schedule at a future date and time.
2. Choose the Door State (for example, Access Controlled, Unlocked, or Locked).
   * If you selected **Apply Now**, choose a **Duration**. The override will end automatically when the duration expires.

<div align="left" data-with-frame="true"><figure><img src="/files/pZPijTbeE6E0Y0ojK3kE" alt="" width="424"><figcaption></figcaption></figure></div>

* If you selected **Apply Later**, set the **From** date and time (when the override should begin) and the **Until** date and time (when the override should end). The override can span across calendar days. The total override duration is shown beneath the time fields.

<div align="left" data-with-frame="true"><figure><img src="/files/EqHJY9Ss32Zexqm3zzHJ" alt="" width="426"><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Click Add to save.**

If you selected **Apply Now**, the override will take effect immediately.

{% hint style="warning" %}
Overrides cannot overlap. Each override on a door must use its own time range and cannot overlap with another scheduled or active override. If the system detects a conflict, adjust the date and time range of the new override or delete the conflicting override.
{% endhint %}
{% endstep %}
{% endstepper %}

***

## Delete an active override

When an override is currently in effect, the **Current Schedule** card on the door page changes to **Active Override** and shows the override's state and end time.

<div align="left" data-with-frame="true"><figure><img src="/files/1fDYr79dzi6sj2urjwhB" alt=""><figcaption></figcaption></figure></div>

To end the active override before its scheduled end time, click ![](/files/u85LVR7HcOrVjqUmhhhX) next to the status. The door returns to its normal schedule (or to the next applicable door exception) immediately.

***

## Manage scheduled overrides

Once a door has one or more scheduled overrides, you can view, edit, or remove them at any time.

{% tabs %}
{% tab title="Events tab" %}
When a door has current or upcoming overrides, the **Add Override** button on the door's Event tab changes to an **Override** dropdown.

***

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Access.**
{% endstep %}

{% step %}
**Select a site from the All Sites dropdown.**
{% endstep %}

{% step %}
**Select a door to edit.**
{% endstep %}

{% step %}
**Under Current Schedule, click Override > View X overrides.**

<div align="left" data-with-frame="true"><figure><img src="/files/g5xuq801t9PBuOOfKsvd" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Hover over an override to select** <i class="fa-pencil-line">:pencil-line:</i> **Edit or Show On Calendar.**&#x20;

Each scheduled override is listed with its date, time range, and state.

From the edit view, you can modify the override's state and timing, or delete it.

<div align="left" data-with-frame="true"><figure><img src="/files/uIRspldCvAlLLJtVvg1E" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**(Optional) In the bottom left, click** <i class="fa-plus">:plus:</i> **Add override to schedule another override.**
{% endstep %}

{% step %}
**Click Done when finished.**
{% endstep %}
{% endstepper %}
{% endtab %}

{% tab title="Schedule tab" %}
The door's **Schedule** tab provides a calendar view of the base door schedule, door exception calendars, and any current or upcoming single-door overrides. On the calendar, each override renders as a colored block during its time range, and the same overrides are also listed in the left-hand rail under **Single-Door Overrides**.&#x20;

***

{% stepper %}
{% step %}
**In Verkada Command, go to All Products > Access.**
{% endstep %}

{% step %}
**Select a site from the All Sites dropdown.**
{% endstep %}

{% step %}
**Select a door to edit.**
{% endstep %}

{% step %}
**At the top left, select Schedule.**

<div data-with-frame="true"><figure><img src="/files/snzsgJMA1qlOiFgw1epY" alt=""><figcaption></figcaption></figure></div>
{% endstep %}

{% step %}
**Click an override to see its state, date, and time range.**

Select **Remove** to delete.
{% endstep %}

{% step %}
**(Optional) In the top right, click** <i class="fa-plus">:plus:</i> **Add override to schedule another override.**
{% endstep %}
{% endstepper %}
{% endtab %}
{% endtabs %}


---

# 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://help.verkada.com/access-control/configuration/door-schedules-and-exceptions/override-schedule-access-to-a-door.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.
