paukstelis / octoprint_deploy

Bash script for rapid deployment of multiple octoprint instance on a single machine
MIT License
389 stars 39 forks source link

How to delete instance installed with octoprint_install so I can add an instance with octoprint_deploy #127

Closed b-morgan closed 6 months ago

b-morgan commented 8 months ago

Short of reimaging the OS, how can I clean up from an instance created by octoprint_install so I can start over with octoprint_deploy?

paukstelis commented 8 months ago

sudo octoprint_deploy/octoprint_deploy.sh removewill do it.

b-morgan commented 8 months ago

Thanks!