> For the complete documentation index, see [llms.txt](https://docs.healthuniverse.com/overview/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.healthuniverse.com/overview/deleting-your-app-on-health-universe.md).

# Deleting your App on Health Universe

Follow these steps to fully delete your app and its deployments from Health Universe.

### 1. Delete the Production Deployment

* Go to your app on [Health Universe](https://www.healthuniverse.com).
* Click **Deployments** on the top right of the navigation bar.

  <figure><img src="/files/N4AsxRDdINeegmM0IiyS" alt=""><figcaption></figcaption></figure>
* Locate the **Production** deployment box and click on it.

  <figure><img src="/files/U84FJheyE2QWKsu98qJR" alt=""><figcaption></figcaption></figure>
* Scroll down to locate and click the red **Delete Deployment Button**.

  <figure><img src="/files/uAsgNdjdqxLROdzLYKPI" alt=""><figcaption></figcaption></figure>
* A confirmation warning will appear — read the message and click **Yes** to confirm.

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

> ✅ You should see a popup in the bottom right corner confirming the app has been deleted. The production box will also disappear (you may need to refresh the page).

### 2. Delete the App Itself

* After the deployment is deleted, click **Edit App** in the top-right corner of the page to enter **edit mode**.
* Find and click the **red Delete App** button.

  <figure><img src="/files/rbm4mp4URoWWGc1K7570" alt=""><figcaption></figcaption></figure>
* A final confirmation warning will appear — read it and click **Delete App** to confirm.

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

> 🚨 Once confirmed, your app will be **permanently deleted**, and you will be redirected to your workspace.


---

# 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.healthuniverse.com/overview/deleting-your-app-on-health-universe.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.
