> ## Documentation Index
> Fetch the complete documentation index at: https://www.mintlify.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Deployments

> Manage documentation deployments in the Mintlify dashboard, including viewing deployment history, monitoring build status, and troubleshooting.

Your documentation site automatically deploys when you push changes to your connected repository. This requires the Mintlify GitHub app to be properly installed and connected.

If your latest changes are not appearing on your live site, first check that the GitHub account or organization that owns your docs repository has the GitHub App installed. See [GitHub troubleshooting](/deploy/github#troubleshooting) for more information.

If you have the GitHub App installed, but changes are still not deploying, manually trigger a deployment from your dashboard.

## Manually trigger a deployment

<Steps>
  <Step title="Verify your latest commit was successful.">
    Check that your latest commit appears in your docs repository and did not encounter any errors.
  </Step>

  <Step title="Manually trigger a deployment.">
    Go to your [dashboard](https://dashboard.mintlify.com) and click the deploy button.

    <Frame>
      <img src="https://mintcdn.com/mintlify/GiucHIlvP3i5L17o/images/deployments/manual-update-light.png?fit=max&auto=format&n=GiucHIlvP3i5L17o&q=85&s=23715eadbebd74b3bfa5b5c197479e51" alt="The manual update button emphasized with an orange rectangle." className="block dark:hidden" width="1354" height="192" data-path="images/deployments/manual-update-light.png" />

      <img src="https://mintcdn.com/mintlify/GiucHIlvP3i5L17o/images/deployments/manual-update-dark.png?fit=max&auto=format&n=GiucHIlvP3i5L17o&q=85&s=0e7abcfbc9fdadbcf12a781a45d6a938" alt="The manual update button emphasized with an orange rectangle." className="hidden dark:block" width="1354" height="192" data-path="images/deployments/manual-update-dark.png" />
    </Frame>
  </Step>
</Steps>

## Delete a deployment

You can permanently delete a deployment from the [Danger zone](https://dashboard.mintlify.com/settings/organization/danger-zone) in your dashboard settings. This action is irreversible and removes all deployment data, including any associated preview deployments.

<Steps>
  <Step title="Navigate to the Danger zone.">
    Go to the [Danger zone](https://dashboard.mintlify.com/settings/organization/danger-zone) in the settings page of your dashboard.
  </Step>

  <Step title="Delete the deployment.">
    1. In the **Delete my deployment** section, provide a reason for deletion.
    2. Click the delete button and confirm that you want to delete the deployment.
  </Step>
</Steps>

<Warning>
  Deleting a deployment is permanent and cannot be undone. If you have an active subscription, you'll receive a prorated credit for any unused time remaining in your billing period.
</Warning>

If you have multiple deployments, Mintlify redirects you to another deployment after deletion. If you delete your only deployment, Mintlify redirects you to the Mintlify homepage. When you delete a deployment, the organization admin receives an email notification confirming the deletion.


## Related topics

- [GitHub](/docs/deploy/github.md)
- [Quickstart](/docs/quickstart.md)
- [Cloudflare](/docs/deploy/cloudflare.md)
