I have haproxy running as my load-balancer and from the stats web interface that comes with haproxy, I can put a web server into maintenance mode (and bring it back out again) - which is great!
However, I also want to be able to perform that same action from the command line (for use in some automated deployment workflows). Is this possible, and if so how?
Many thanks