> ## Documentation Index
> Fetch the complete documentation index at: https://help.octoeverywhere.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstall The OctoEverywhere Plugin

Removing the OctoEveywhere plugin is just as easy as installing it!

<Tip>
  If you're uninstalling the plugin due to a bug or technical issue, please get in touch with our support team; we would love to help you fix it!
</Tip>

[**Contact Our Support Team**](https://octoeverywhere.com/support?source=help_uninstall)

<AccordionGroup>
  <Accordion title="Uninstall The OctoPrint Plugin">
    1. Open the OctoPrint web page
    2. Open OctoPrint's settings UI
    3. Select "Plugin Manager" in the left list of options.
    4. Find OctoEverywhere in the plugin list, and select the trashcan icon to remove it.
    5. Wait for the removal to finish and restart OctoPrint.
    6. Done!
  </Accordion>

  <Accordion title="Uninstall The Klipper, Moonraker, or Companion Plugin">
    1. SSH into the device running the OctoEverywhere plugin.
    2. Change directories to the OctoEverywhere repo root
       1. `cd ~/octoeverywhere`
    3. Run the uninstall script
       1. `./uninstall.sh`
       2. On some devices, use the command `sh ./uninstall.sh`
    4. Change directories back to your home directory
       1. `cd ~`
    5. Delete the OctoEverywhere repo root.
       1. `rm -fdr ~/octoeverywhere`
    6. Done!
  </Accordion>
</AccordionGroup>

If you hit any issues or need more help, please contact our support team!

[**Contact Us**](https://octoeverywhere.com/support?source=help_uninstall)
