> For the complete documentation index, see [llms.txt](https://docs.infraon.io/infraon-help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/network-configuration/os-image/os-image-download-scheduler.md).

# OS Image Download Scheduler

This module empowers administrators to orchestrate operating system updates for network devices. This feature lets you plan and automate downloads at specific times, often during off-peak hours, to minimize network congestion. By scheduling updates, you can ensure a controlled rollout, prioritize critical devices, and efficiently manage large deployments. Ultimately, the scheduler streamlines network maintenance, boosting overall reliability and reducing the risk of disruptions.

## **What you see on the screen**

**Details | Basic**

| **Label** | **Acti**on                                                                                                                     |
| --------- | ------------------------------------------------------------------------------------------------------------------------------ |
| Search    | Search for the Download Schedule using the name, IP Address, etc.                                                              |
| Filter    | Filter can be added based on the field (Name, Status, IP Address Mode, Agent Mode) and condition from the drop-down box below. |
| Actions   |                                                                                                                                |
| Edit      | Click to make any required changes to the schedule.                                                                            |
| Delete    | Click to delete the schedule                                                                                                   |

**Configuration Details** | OS Download Image Scheduler

* Name
* Description
* Status
* IP Address Mode
* IP Address
* Agent Mode
* Agent&#x20;
* Created By
* Modified By
* Creation Time
* Last Update Time
* Schedule Description

## **How to Add Schedule**

* Navigate to the **Infraon Configuration -> IT Operations -> Network Configuration** and select **OS Image** module.
* To schedule a download of an OS Image, click on the **“Add Schedule”** option at the top right corner of the page.
* Add the required name and description for the schedule.
* Select the required IP Address and Agent details in the respective call-out boxes.
* Choose how often you want to download the OS image: Select a schedule mode from **"Once," "Every," "Daily," "Weekly," or "Monthly,"** and then specify the date and time for the download.
* Once done, click on **“Submit”** to proceed.


---

# 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.infraon.io/infraon-help/infinity-user-guide/infraon-configuration/it-operations/network-configuration/os-image/os-image-download-scheduler.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.
