> For the complete documentation index, see [llms.txt](https://docs.tricloudnexus.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tricloudnexus.io/management-portal/operations/monitoring/device-details/deployments.md).

# Deployments

### Deployments

The **Deployments** tab shows the full history of deployments made to the selected device. Each deployment represents a versioned configuration, including assigned modules and settings delivered to the device via the management platform.

The left panel displays a paginated, searchable list of past deployments.

<figure><img src="/files/4IoK4QRamwZtbyl05RSr" alt=""><figcaption><p>Device Deployments Tab</p></figcaption></figure>

**Columns include:**

* **Date**\
  The timestamp when the deployment was initiated.
* **Name**\
  A descriptive label for the deployment (e.g., “Deployment of tc-edge-local-02”).
* **Status**\
  Final result of the deployment process:
  * **Completed** – Deployment finished successfully and was applied to the device.
  * **Cancelled** – Deployment was intentionally aborted or never finalized.
  * **Failed** – Deployment encountered an error and did not complete.
* **Created By**\
  The user who initiated the deployment.

> 🔄 Use the **Refresh** button to update the deployment list and **Redeploy** to redeploy the selected deployment.

***

### **Deployment Details**

When a deployment is selected, the right panel shows detailed metadata:

* **Deployment Name**\
  The full name of the deployment operation.
* **Status**\
  Final deployment result.
* **Target Device**\
  The name of the device that is deployed to.
* **Device Configuration Version**\
  The version number of the device configuration, that has been applied to the device.
* **Created**\
  Timestamp for when the deployment was initiated.
* **Last Updated**\
  Timestamp for when the deployment was last modified.
* **Created By**\
  The user who triggered the deployment.
* **Description**\
  Human-readable explanation of what was deployed (e.g., version details, changes).
* **Duration**\
  Total time taken for the deployment to complete.

***

### **Events**

A chronological timeline of deployment-related events, shown at the bottom of the details panel. This section is used for debugging failed deployments, and for confirming the progress and results of successful ones.

* **Timestamp**\
  Time of the event.
* **Type**\
  Classification (e.g., *Started,* *Information*, *Warning*, *Failed, Completed*).
* **Description**\
  Detailed event message explaining what occurred during the deployment (e.g., module started, configuration applied).


---

# 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:

```
GET https://docs.tricloudnexus.io/management-portal/operations/monitoring/device-details/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.
