> For the complete documentation index, see [llms.txt](https://docs.islandrouter.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.islandrouter.com/island-router-cli-2.3.2/commands/auto-update/auto-update-days.md).

# auto-update days

## Syntax

```
auto-update days all|none|<day> [<day> [...]]
```

## Syntax Description

<table><thead><tr><th width="203">Keyword</th><th>Description</th></tr></thead><tbody><tr><td><code>all</code></td><td>Specifies that updates may occur on any day of the week. Mutually exclusive with <code>none</code> and &#x3C;day>.</td></tr><tr><td><code>none</code></td><td>Disables automatic updates. Mutually exclusuve with <code>all</code> and &#x3C;day>.</td></tr><tr><td>day</td><td>Specifies that updates may occur only on the specified day(s) of the week. Must be one of <code>monday</code>, <code>tuesday</code>, <code>wednesday</code>, <code>thursday</code>, <code>friday</code>, <code>saturday</code>, or <code>sunday</code>. Multiple days may be specified separated by spaces. Mutually exclusive with <code>all</code> and <code>none</code>.</td></tr><tr><td></td><td></td></tr></tbody></table>

## Defaults

Updates will be performed at 3:00 AM local time on any day of the week by default.

## Usage Guidelines

The Island periodically checks to see if newer firmware is available. This command sets the day(s) of the week on which new firmware is allowed to be automatically installed.

If automatic updates are disabled using the command `auto-update days none`, the Island will still periodically check for firmware updates, and the app will indicate that newer firmware is available, but it will not be installed automatically. In this case, the user can install the update using the [update ](/island-router-cli-2.3.2/commands/update.md)command or the Island app.

Firmware updates may or may not interrupt packet routing, depending on the nature and extent of the update. Some updates will not interrupt routing at all, some may cause a short (5-10 second) interuption, and some may require a full reboot of the router.

## Examples

```
auto-update days thursday friday
```

## Related Commands

{% content-ref url="/pages/jrzR7kYZ2Yd9YbloSmFb" %}
[auto-update time](/island-router-cli-2.3.2/commands/auto-update/auto-update-time.md)
{% endcontent-ref %}


---

# 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://docs.islandrouter.com/island-router-cli-2.3.2/commands/auto-update/auto-update-days.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.
