I can't delete this 2 apps from Site i delete from bench an i now have issue to start bench

You can see:

exp0@ROG-X:~/frappe-bench$ bench --site site1.local list-apps

frappe 15.93.0 version-15
erpnext 15.93.0 version-15
restaurant_management 1.3.7 master
hrms 16.0.0-dev develop
posnext 0.0.1 main

I tried for uninistall app from site but doesn’t work

Help please

Hi @exp089

Don’t know which apps are you trying to uninstall but try

bench -- site1.local uninstall-app yourapp –force

i got this error

exp0@ROG-X:~/frappe-bench$ bench --site site1.local uninstall-app restaurant_management --forceCould not find app “restaurant_management”:No module named ‘restaurant_management’Traceback (most recent call last):File “/home/exp0/frappe-bench/apps/frappe/frappe/utils/caching.py”, line 57, in wrapperreturn frappe.local.request_cache[func][args_key]~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^KeyError: 2853872358655290642

During handling of the above exception, another exception occurred:

Try to install again and after that, uninstall it.

is it proper way to uninstall maybe is my mistake when i uninstall in first time

And thanks for help

Guys this helps

bench --site site1.local remove-from-installed-apps restaurant_management

1 Like

Regular deinstallation process:

bench --site yoursite.local uninstall-app yourapp

This just will uninstall app from your site

To remove app from bench

bench remove-app yourapp

Yes, this remove app from the “list” of apps.