-1

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.

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

1 Answers1

0

You can run this command:

sudo -i az ml admin node stop --computenode --webnode

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