I have Microsoft's Machine Learning server (formally revolution analytics) running on Ubuntu 16.04 . I started it with /opt/microsoft/mlserver/9.3.0/bin/R/activate.sh
but the documentation doesn't provide a way of stopping it.
Asked
Active
Viewed 69 times
-1

Gabriel Fair
- 4,081
- 5
- 33
- 54
1 Answers
0
You can run this command:
sudo -i az ml admin node stop --computenode --webnode

Gabriel Fair
- 4,081
- 5
- 33
- 54