# Using deployment history advanced functions

## Overview

The advanced functions of Deployment history give you the tools to perform actions on previously deployed pipelines. There are two options available for this feature:

* Restore version
* View pipeline

\
Access the pipeline deployment History on the Run page. You can view all deployments of a specific pipeline or select any deployment version to restore by opening the Advanced Functions submenu.

## How to restore to any version&#x20;

Follow these steps to restore a pipeline to any deployed version:&#x20;

1. On the Run page, go to the **History** tab.&#x20;
2. Select a pipeline and click on A**rrow** button to access the side panel.
3. Choose an available version listed below the **Deployment history** option.
4. Click the three dots on the right side of the card to open the **Advanced functions** menu.
5. Select **Restore version**.

{% hint style="info" %}
This feature requires Digibee Integration Platform licenses available.
{% endhint %}

6. Next, a pop-up window opens with information about the number of licenses available and licenses required to perform the task. If no licenses are available, the action cannot be completed.
7. Click the **Restore** button to confirm your selection. Otherwise, click **Cancel.**&#x20;

{% hint style="info" %}
In case of bugs, the operation will not be completed. The page will display an error message.&#x20;
{% endhint %}

Watch the video below to see a demonstration of how to access the **Restore** version feature:

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4523BaA7JfghHEYBbLWY%2Fuploads%2FmT3apBMlxchNJOfot0Jw%2Frestore-version.mp4?alt=media&token=fab68f9d-80e8-4501-a084-42df4164ac01>" %}
Restore to any deployed version
{% endembed %}

## How to view a pipeline

Follow these steps to view a deployed pipeline:&#x20;

1. Repeat steps (1-4) to access the **Advanced** **functions** menu.
2. Select the option **Show pipeline** to view the deployed version on Canvas.

{% embed url="<https://files.gitbook.com/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F4523BaA7JfghHEYBbLWY%2Fuploads%2FBeAzavnMzM0jxZtNdvT0%2Fview-pipeline.mp4?alt=media&token=2659eb74-cacc-4e31-89c4-ef518a1f9bfb>" %}
View a previous pipeline
{% endembed %}

<br>


---

# 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.digibee.com/documentation/developer-guide/development-cycle/overview/deployment/using-deployment-history-advanced-functions.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.
