Disable addons from SSH?

I added DHCPd and Pi-hole to my Hassio install a few days ago, it all worked well until 2h ago.
The web interface don’t show up, but if I look in the home-assistant.log in SSH I can see it has loaded a bunch of stuff, I’ve even noticed that some automations are working…

The Pi-hole admin interface loaded up and showed a really high cpu and memory utilization until it froze. When that froze so did also the SSH connection.

So I presume my issues are most likely related to Pi-hole or maybe DHCPd.

So my question is how do I disable those addons from the ssh shell?

Also having this problem now, but with a different addon. Did you ever figure this out?

I also need to disable an addon from the terminal as one of the docker images is not loading on startup and so is just stuck loading forever

sudo docker ps

sudo docker kill

You are out of luck if watchdog is enabled

Thanks for the reply,

After posting I found out about the hass command on hass os

hass addons uninstall blah i believe the command was can also be used to start and stop addons too

hass addons --help should give the info people need

Though I’ve now migrated to HASS docker due to ongoing issues with OS and finally getting my home server setup again so addons are no longer a concern.