Remove app
DELETE /api/apps/{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.
Authorizations
Section titled “Authorizations ”- bearerToken
- None
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” app
required
string
Example
my-appApp ID
Responses
Section titled “ Responses ”App removed
App not found
API key not configured (port 6020 only)