# Pipeline deployment status

When a pipeline is running, it is possible to get information about the deployment date and time and how it works in real time. Check the overall status and information.

## Auto refresh interval

Select the time interval to update the Run page in the menu below the search bar.

<figure><img src="/files/qSIc6gfUnzhDW2PXOGYD" alt=""><figcaption></figcaption></figure>

The default interval is 05 seconds. You can select four options for the time selection: 5 seconds, 10 seconds, 30 seconds and OFF to switch off the updates.

<figure><img src="/files/KatLehzud1IKyjS6W9Vn" alt=""><figcaption></figcaption></figure>

## Real time Information

Check the pipeline status during deployment in real time. You can use this information to manage time and plan future pipeline deployments.

### Status: Starting

The **Starting** status happens at the beginning of the deployment and informs that the pipeline is ready for deployment.

<figure><img src="/files/TPh2viC5SvOW9HwMu0DR" alt=""><figcaption></figcaption></figure>

### Status: Deployed

The **Deployed** status indicates the pipeline deployment is complete.

<figure><img src="/files/kHiyUh24ijld1GK2RWqg" alt=""><figcaption></figcaption></figure>

### Status: Error

The **Error** status means that the deployment was interrupted by a failure. For example, it could be an error in the **Build** stage or a **Size** selection that is not supported because the pipeline is too large.

<figure><img src="/files/PIWWIQjbUkAAAmPy7eCv" alt=""><figcaption></figcaption></figure>

### Status: Degraded

The **Degraded** status indicates that the deployment has been executed but is not completed because the replicas did not happen within the 10-minute interval. You must redeploy the pipeline.

<figure><img src="/files/ZDCJCaQqzgEz6Wyqcgmn" alt=""><figcaption></figcaption></figure>

### Status: Deleting

Click on the three dots on the right side of the screen to open a submenu with three options: **Delete** **deployment**, **View pipeline**, and **Redeploy**.<br>

Select **Delete Deploy** to remove the executed deployment. This action deletes only the deployment with the selected version, and other versions are not changed.

The **Deleting** status is displayed in the pipeline card when you remove a deployment.

<figure><img src="/files/tTsBLYTnGiO9ngcR6LBn" alt=""><figcaption></figcaption></figure>


---

# 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/pipeline-deployment-status.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.
