> For the complete documentation index, see [llms.txt](https://docs.digibee.com/documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/overview/deployment/pipeline-deployment-status.md).

# Status de implantação do pipeline

Quando um *pipeline* é executado, é possível obter informações de data e hora da implantação, seu funcionamento e outros dados em tempo real. Confira a seguir os status e as informações.

## Intervalo de auto refresh

Selecione no menu de contagem abaixo da barra de busca o intervalo de tempo para as atualizações na página de Run.

<figure><img src="/files/7VUUcSN7yzfcOskWRnaE" alt=""><figcaption></figcaption></figure>

O intervalo padrão é de 05 segundos. Você pode escolher entre quatro opções de tempo: 5 segundos, 10 segundos, 30 segundos e OFF, para desativar as atualizações.

<figure><img src="/files/5HA4CP4QcrH9KGdOhC1c" alt=""><figcaption></figcaption></figure>

## Informações em tempo real

Acompanhe os status de um *pipeline* durante sua implantação em tempo real. Com essas informações você pode gerenciar o tempo e planejar a próxima implantação de seus *pipelines.*

### Status: Iniciando

O status **Iniciando** acontece no começo da implantação e informa que o *pipeline* está pronto para ser implantado.

<figure><img src="/files/0GqGH4dywPfFizxcj2gB" alt=""><figcaption></figcaption></figure>

### Status: Implantado

O status **Implantado** demonstra que a implantação do *pipeline* foi concluída.

<figure><img src="/files/2uSVFvdT0PQe6aX9j9ov" alt=""><figcaption></figcaption></figure>

### Status: Erro

O status de **Erro** indica que a implantação foi interrompida por uma falha. Por exemplo, pode ser um erro na etapa de **Build** ou uma seleção de **Tamanho** que não tem suporte porque o *pipeline* é muito grande.

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

### Status: Degradado

O status **Degradado** mostra que a implantação foi executada mas não foi concluída pois as réplicas não aconteceram durante o tempo limite de 10 minutos. Você precisa realizar uma nova ação de implantação.

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

### Status: Removendo

Clique nos três pontos à direita para abrir um submenu com três opções: **Remover implantação**, **Exibir pipeline** e **Reimplantar**.&#x20;

Ao escolher **Remover implantação,** você pode excluir a implantação realizada. Esta ação exclui apenas a implantação com a versão selecionada, deixando as outras versões inalteradas.&#x20;

O status **Removendo** ficará visível enquanto a implantação é excluída.

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


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.digibee.com/documentation/developer-guide/pt-br/development-cycle/overview/deployment/pipeline-deployment-status.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
