# Scheduled Deployments

The **Scheduled Deployments** tab in the Update Center shows all upcoming deployments that have been scheduled but not yet executed. **Scheduled deployments** let you plan deployment of updates ahead of time and execute them automatically during predefined time windows—such as maintenance periods or production downtimes—without requiring manual action when the update begins.

When performing a module or application update, you can choose to schedule the deployment instead of starting it immediately. You can also create scheduled deployments directly from the **Device Configuration** view.

All upcoming scheduled deployments can be reviewed and managed from the **Update Center** by selecting the **Scheduled Deployments** view.

<figure><img src="/files/edl9mFuApNXL5lRKgDfi" alt=""><figcaption><p>Viewing scheduled deployments.</p></figcaption></figure>

### Deployment details

When a scheduled deployment is selected, a details panel appears on the right side, showing:

* **Device**: The name of the device targeted by the deployment.
* **Version**: The version of the device configuration to be applied.
* **Schedule Time**: The planned execution time for the deployment.

From the details panel, you can take the following actions:

* **Deploy Now**\
  Immediately initiates the deployment on the selected device—ignoring the original schedule.
* **Reschedule**\
  Opens a dialog to change the planned deployment time.
* **Cancel Schedule**\
  Cancels the scheduled deployment. The deployment will not be executed unless rescheduled or started manually.


---

# 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://docs.tricloudnexus.io/management-portal/management/update-center/scheduled-deployments.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.
