How to Destroy Apps in App Platform
Validated on 17 Feb 2023 • Last edited on 23 Mar 2026
App Platform is a fully managed Platform-as-a-Service (PaaS) that deploys applications from Git repositories or container images. It automatically builds, deploys, and scales components while handling all underlying infrastructure.
Deleting an app permanently and irreversibly destroys the app and its components. If you need to re-deploy the app, you can download the app specification file before deleting the app and use the saved spec to build the app again.
Destroy an App Using Automation
The destroy app CLI command and API endpoint require the app’s ID. You can retrieve a list of your apps and their IDs using the doctl apps list command or the /v2/apps endpoint endpoint.
Destroy an App Using the Control Panel
To destroy an app, go to the Apps page, select the app you want to destroy, then click the Settings tab.
At the bottom of the page, click Destroy. Enter the app’s name to confirm, then click Destroy.