-
-
Notifications
You must be signed in to change notification settings - Fork 252
Uninstallation
Koushik Dutta edited this page Jun 22, 2023
·
12 revisions
Stop the container.
docker ps
# the previous command will print the container ids for Scrypted and Watchtower (if in use).
# replace scrypted-id and watchtower-id below with those values.
docker kill scrypted-id watchtower-id
Stop the compose services.
cd ~/.scrypted
docker compose down
sudo systemctl stop scrypted.service
sudo rm /etc/systemd/system/scrypted.service
Unload and delete the LaunchAgent and restart your computer:
launchctl unload ~/Library/LaunchAgents/app.scrypted.server.plist
rm ~/Library/LaunchAgents/app.scrypted.server.plist
Stop and delete the service in Command Prompt or PowerShell:
sc.exe stop scrypted.exe
sc.exe delete scrypted.exe
After Scrypted is stopped, the local configuration files can be found and removed:
sudo rm -rf ~/.scrypted
Scrypted Docs have moved. Please visit https://docs.scrypted.app.