Rest API for disconnect/reconnect slave from Jenkins
I know we can post the following to offline a slave on Jenkins http://[jenkins_url]:8080/computer/[slave_name]/toggleOffline?offlineMessage=bye but is there one for disconnecting and connecting s...