---
title: Deployment Management
description: Learn how to manage deployments
documentId: ipaas-deployments
locale: en-US
---

* [View](#view) the current deployment _status_ of your integration flows.
* [Take actions](#actions) according to the _status_ of a specific flow (perform _undeploy_, _redeploy_, view deployment history, _logs_, etc.).

![](https://creative-ball-51b3fc85c0.media.strapiapp.com/deployments1_c872ba6e25.png)

## View the deployment status of an integration

The deployment list shows the deployed integrations in descending order by deployment date and time.
Deployment _statuses_ are displayed in the **Status** column (highlighted in the image above):

- **Undeployed**: flow that has not been deployed yet.
- **Deploying**: flow currently in the process of being deployed.
- **Deployed**: flow successfully deployed.
- **Undeploying**: flow being removed from deployment.
- **Error**: flow that has a deployment error.


In addition, the table displays the following information about the integrations:

* Integration flow name
* Version assigned to the flow at creation
* Version assigned to the _release_ (automatic)
* Deployment environment (_Staging_ or _Production_)
* Flow _design_ type (_Canvas_ or _Diagram & Source Code_)
* Integration flow description
* Deployment date and time

<Callout type="note" title="NOTE">
Release creation only applies to **Diagram & Source Code** type flows. The "Release Version" column will display a dash ("-") for flows that do not yet have a release created.
</Callout>

### Filters

At the top of the screen, you can search for integration flows using the following filters:

* **Environment**: select the flow deployment environment, which can be _Staging_ or _Production_.

* **Design Type**: select the flow design type, which can be _Canvas_ or _Diagram & Source Code_.

To search for a specific deployment, type the integration flow name or the description entered at the time of deployment and click **SEARCH**.

## Manage deployments

| Action | Icon | Description |
|------|-------|-----------|
| **View environment variables** (_Environment variables_) | ![box icon](https://creative-ball-51b3fc85c0.media.strapiapp.com/environment_variables_button_fea45f4f76.png) | View the environment variables registered for the flow. All fields are read-only. |
| **Remove deployment** (_Undeploy_) | ![square icon with arrow to undo an action](https://creative-ball-51b3fc85c0.media.strapiapp.com/undeploy_66bbe1a80f.png) | Remove deployment of an integration flow. To confirm the action, type UNDEPLOY and click **CONFIRM**. |
| **Try to deploy an integration again** (_Retry Deploy_) | ![circular arrow icon to refresh content](https://creative-ball-51b3fc85c0.media.strapiapp.com/retry_deploy_icon_f01d3f9e76.png) | In case of error during flow deployment, you can try to deploy it again by clicking this button. |
| **View integration _logs_** (_View Integration Logs_) | ![paper icon with lines](https://creative-ball-51b3fc85c0.media.strapiapp.com/view_logs_icon_da3d420605.png) | View deployment _logs_ in Sensedia Analytics. |
| **View deployment history** (_Deployment History_) | ![square with bulleted items](https://creative-ball-51b3fc85c0.media.strapiapp.com/deployment_history_icon_c42525908b.png) | View the deployment history of a single integration flow (last five deployments). |
| **Settings** (_Settings_) *only integrations with REST trigger* | ![orange gear](https://creative-ball-51b3fc85c0.media.strapiapp.com/settings_button_c841c976a4.png) | Copy the URL to execute a deployed integration (_Deployed_). Additionally, in _Canvas_ type flows, manage the _API Key_. By enabling the _API Key_ field, you can add up to two _API Keys_ per deployed integration flow. It is also possible to activate or deactivate the added keys. |
