Skip to content

Remove app

DELETE
/api/apps/{app}

Unregister an app. Removes from apps.yml. Does not remove running containers — they are cleaned up on the next reconcile.

app
required
string
/^[a-z0-9][a-z0-9-]*$/
Example
my-app

App ID

App removed

App not found

API key not configured (port 6020 only)