Uninstalling apps stuck

Hi,

Running Umbrel 0.5.3 and when I try to uninstall any app it stuck on “uninstalling” state.
Rebooted several times via settings but no change. I am not able to re-install as it stuck on uninstalling state.

any advice?

thanks in advance

1 Like

any way to uninstall the apps manually via command line?

Hi, i have the same issue trying to uninstall jellyfin. Would be useful to have a command line uninstall written.

have same problem… I can do that at cli but GUI…

Having the same issue here. What’s the script to remove manually?

Login into the server via ssh

find the name of the app
$~/umbrel/scripts/app ls-installed

remove with the following command
$~/umbrel/scripts/app uninstall “name of the app”

1 Like

Hi, I have this same issue with the Bitcoin Node app. When I introduce this command appears the following message:

umbrel@umbrel:~ $ sudo ~/umbrel/scripts/app uninstall bitcoin

Removing images for app bitcoin…

touch: cannot touch ‘/home/umbrel/umbrel/app-data/bitcoin/data/app/IS_POST_ADVANCED_SETTINGS_INSTALL’: No such file or directory

cat: /home/umbrel/umbrel/app-data/bitcoin/docker-compose.yml: No such file or directory

Thank you in advance

1 Like