We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
The Rest call restart will reset currently loaded model(s) to their initial states.
restart
PUT Request
http://service-host:8887/graphwalker/restart
Response
If the request was successful "result" will be "ok".
{ "result":"ok", }
From a Linux terminal, using curl:
curl -X PUT http://localhost:8887/graphwalker/restart {"result":"ok"}