# Deploys

Deploys are how Sleuth represents the changes that are made from your [code deployments](/sleuth-dora/modeling-your-deployments/code-deployments.md), [feature flag](/sleuth-dora/modeling-your-deployments/feature-flags.md) and [manual changes](/sleuth-dora/modeling-your-deployments/manual-changes.md). Deploys are specific to a [project](/sleuth-dora/modeling-your-deployments/projects.md), [environment](/sleuth-dora/modeling-your-deployments/environment-support.md) and change source. Deploys aggregate information from the integrations you've connected in Sleuth, these include:

* All [code information](/sleuth-dora/integrations-1/code-deployment.md) in a deploy with quick links to external systems to view; pull requests, commits, files and authors
* Any [issues referenced](/sleuth-dora/integrations-1/issue-trackers.md) in commits, pull requests or branch names
* Any [CI/CD builds associated](/sleuth-dora/integrations-1/builds.md) with the deployed revision
* The who (authors), what (change details) and when (timeline) of the deploy
* How long the deploy was live in your Environment
* The change lead time for the deploy, the time from first commit to deploy
* The size of the deploy, based on number of commits, pull requests, etc
* A timeline of all the deploy events
* The Impact attributed to the change and the Sleuth, auto-determined, health of the deploy

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

## Deploy card timeline icons

Sleuth uses a variety of timeline icons in the deploy view to quickly and easily communicate the evolution of your deploy. You can hover over the icons to get more detailed information. The icons used are shown below:

| Icon                             | Description      | Meaning                                                                                                                                                                |
| -------------------------------- | ---------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ![](/files/-MGzIJ9EXMDRUksSG_U0) | **Commit**       | A commit was made in your deploy. Commits link, hash, messages, date and time, are also displayed.                                                                     |
| ![](/files/-MGzINw3reN2wGE1t9lw) | **Pull Request** | A pull request was made in your deploy. The pull request link, description, id, date and time, are also displayed.                                                     |
| ![](/files/-MGzIbb7gUTQ_QrhEfvR) | **Issue**        | Issues referenced via configured issue tracker integrations are displayed. The issue link, key and description are displayed, along with issue creation date and time. |
| ![](/files/-MGzIeoIIiXKbQQ3x8Mi) | **Build**        | Builds for the deploy revision via configured build services are displayed. The build link, name, hash and results are displayed, along with build run date and time.  |
| ![](/files/-MGzIhxLo1rC1csTFu79) | **Deployed**     | Your code has been deployed.                                                                                                                                           |
| ![](/files/-MGzIkzLERC2z-mepdO6) | **Soon**         | Indicates that a deploy is coming soon.                                                                                                                                |
| ![](/files/-MGzInvuh5wZv0ncWNyi) | **Replaced**     | Indicates that the current deploy has been superseded by another deploy.                                                                                               |
| ![](/files/-MGzIvhe3ZCtx0i_CFIh) | **Too Many**     | Shown when there are too many event icons to display. Hovering over this icon will let you know how many icons are currently hidden.                                   |

## Deleting deploys

If, for some reason, you need to delete a deploy you can do so by clicking the trash can icon in the upper-right corner of a deploy. This action only deletes the deploy from Sleuth; your connected systems are not affected.


---

# 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://help.sleuth.io/sleuth-dora/modeling-your-deployments/deploy-cards.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.
