nextcloud / app_api

Nextcloud AppAPI
https://apps.nextcloud.com/apps/app_api
GNU Affero General Public License v3.0
71 stars 6 forks source link

Allow unregistering app if it no longer running #316

Closed marcelklehr closed 2 months ago

marcelklehr commented 2 months ago

Describe why it is important and where it will be useful

Sometimes the app has died or has been removed already by a sysadmin, but it's still registered in app_api. It is then not possible currently to unregister it, afaik.

Describe your proposed solution

I would like to be able to unregister an app even if it's not running.

Describe alternatives you've considered, if relevant

No response

Additional context

No response

bigcat88 commented 2 months ago

for CI you can use --force flag

in UI it's logic applied automatically

marcelklehr commented 2 months ago

Ah, damn. Didn't see that- Thanks.