Can I stop, pause, or disable my app on App Platform?

Validated on 1 May 2024 • Last edited on 2 May 2024

You cannot pause, stop, or disable an app. You can only delete apps, which permanently and irreversibly destroys the app and its components.

As a workaround, you can download the app specification file before deleting the app and then build the app again from the saved spec when needed. The app spec stores the app’s settings and environment variables so that you don’t have to enter them manually again.

To download the app spec, in the DigitalOcean Control Panel, click the Settings tab for the app you want to delete. In the App Spec section, click the Edit link and click Download. Then, create an app using the DigitalOcean Control Panel and update the app spec to redeploy that app with the same settings as the deleted one.

If you need to make changes to your app, update your code and push it to your repositories. The app gets auto-deployed to App Platform.

How do I fix the error "Record is managed by an App on this account, and cannot be deleted"?

Use the app’s Settings tab to remove domains associated with App Platform apps.

Why do I get the error “JavaScript heap out of memory” during deployment?

Increase the heap memory by setting the environment variable NODE_OPTIONS=–max-old-space-size=4096.

How do I fix a "permission denied for schema public" error in my dev database?

Delete the existing dev database and create a new one. Then make sure that the app deployment completes successfully.

We can't find any results for your search.

Try using different keywords or simplifying your search terms.