# Managing deployments

> The Manage tab in Studio Web provides a central view of your solution's published packages and active deployments.

The **Deployments** tab in Studio Web is the central view for your solution's deployment history, package versions, and deployment status. It surfaces the same deployment data as Orchestrator **Solutions Management**, but scoped to the solution you are working on.

The Deployments tab can be accessed by selecting **Manage Deployments** for an existing solution.

![Manage deployments option in the solution context menu](https://dev-assets.cms.uipath.com/assets/images/studio-web/studio-web-manage-deployments-0b94a19d.png)

## The Deployments tab

The **Deployments** tab shows all deployments created from the current solution's published package. Each row represents one deployment and displays the following columns:

| Column | Description |
|---|---|
| **Name** | The deployment name and the Orchestrator folder path where it was installed. |
| **Status** | A colored chip showing the current activation state of the deployment. See [Deployment statuses](#deployment-statuses) below. |
| **Version** | The version of the solution package that was deployed. |
| **Last operation** | The most recent operation performed on the deployment (for example, Install · Successful or Uninstall · Successful) and when it occurred. |
| **Stages** | A visual pipeline showing the progress of the last operation through its execution stages. Green checkmarks indicate completed stages; a red indicator signals a failed stage. |

The **All**, **Personal**, and **Shared** filter tabs at the top right narrow the list by workspace type. The refresh icon reloads the list.

### Deployment statuses

The **Status** column shows a colored chip that reflects the current activation state of each deployment:

| Status | Color | Meaning |
|---|---|---|
| **Active** | Green | The deployment is installed and its triggers are active. |
| **Inactive** | Gray | The deployment is installed but not activated, or was previously uninstalled. |
| **Inactive (Ready to activate)** | Gray | The deployment is installed and ready to activate. Activation was not performed automatically, either because **Activate immediately** was off during deployment, or activation requires additional setup. |
| **Draft** | Amber | A new version is being configured but has not yet been deployed to replace the active version. The active version continues running alongside the draft. |

When a **Draft** deployment exists alongside an **Active** deployment for the same solution, both rows appear as a grouped pair under a single deployment name.

### The deployment detail panel

Selecting a row in the Deployments tab opens a detail panel on the right side of the screen. The panel header shows the solution package name and version, with a **Latest** indicator if this is the most recent published version.

The panel contains three tabs:

| Tab | Description |
|---|---|
| **Resources** | Lists the processes included in the deployment. Select the eye icon next to a process to open its details in Orchestrator. |
| **History** | Shows the full operation history for this deployment — Install, Uninstall, and Activate operations — each with a stage visualization and timestamp. |

The panel also provides the following actions:

| Action | Description |
|---|---|
| **Activate deployment** | Activates the deployment. Available when the deployment status is **Inactive (Ready to activate)**. For instructions, see [Activate a deployment](publishing-and-deploying-solutions.md#activate-a-deployment). |
| **Edit** | Opens the deployment configuration for editing. |
| **Uninstall** | Uninstalls the deployment from Orchestrator. This action cannot be undone from Studio Web. |

The three-dot menu on each row in the Deployments tab also provides:

| Option | Description |
|---|---|
| **Go to folder** | Opens the appropriate folder in Orchestrator for the deployed solution. |
| **View logs** | Opens the deployment log output for that operation. |
| **Change version** | Allows the selection of a different version of the solution package, if one exists. |
| **Edit configuration** | Lets you edit the configuration of your solution deployment. |
| **Delete** | Deletes the deployment record. |

## The Versions tab

The **Versions** tab shows all published versions of the solution package. Each row represents one published version and displays the following columns:

| Column | Description |
|---|---|
| **Version** | The package version number. |
| **Publish Location** | Where the package was published — **Personal** (your workspace feed) or **Shared** (the tenant feed). |
| **Published** | How long ago the package was published. |
| **Release notes** | The release notes entered at publish time, if any. |

Each version row includes a **Deploy** button that opens the **Deploy** page pre-populated with that version. The three-dot menu offers:

| Option | Description |
|---|---|
| **Download** | Downloads the solution package file. |
| **Delete** | Deletes the published version from the feed. |

## Related topics

- [Publishing and deploying solutions](publishing-and-deploying-solutions.md)
- [Designing solutions](designing-solutions.md)
