Skip to content
Kristian Karl edited this page Sep 28, 2019 · 1 revision

Restart

The Rest call restart will reset currently loaded model(s) to their initial states.

PUT Request

http://service-host:8887/graphwalker/restart

Response

If the request was successful "result" will be "ok".

{
  "result":"ok",
}

Example

From a Linux terminal, using curl:

curl -X PUT http://localhost:8887/graphwalker/restart
{"result":"ok"}
Clone this wiki locally