-
Notifications
You must be signed in to change notification settings - Fork 116
Rest: restart
Kristian Karl edited this page Sep 28, 2019
·
1 revision
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",
}
From a Linux terminal, using curl:
curl -X PUT http://localhost:8887/graphwalker/restart
{"result":"ok"}