1

Is there a command (from the command line or a webrequest) to shut down a grid 2.0 hub?

I have tried "curl -d action=shutdown http://localhost:4444/lifecycle-manager" (as POST request), I have also tried the usual http://localhost:4444/selenium-server/driver/?cmd=shutDownSeleniumServer

I've searched everywhere. I would preferably like something without using rake or ant

2
  • Did you see this one stackoverflow.com/questions/969495/… Commented Jul 11, 2011 at 23:45
  • the accepted answer does not work with the grid 2.0 hub. I was wondering if an equivalent command exists for the current version. Commented Jul 12, 2011 at 5:36

1 Answer 1

1

At version 2.25.0 old-style hub managing added.

So now you can use request like this one to stop hub:

http://localhost:4444/lifecycle-manager?action=shutdown
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.