diff --git a/docs/rest-api/rest-interpreter.md b/docs/rest-api/rest-interpreter.md index d8523402847..6e41fe87716 100644 --- a/docs/rest-api/rest-interpreter.md +++ b/docs/rest-api/rest-interpreter.md @@ -361,3 +361,37 @@ limitations under the License. + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
Restart an interpreter
DescriptionThis ```PUT``` method restart the given interpreter id.
URL```http://[zeppelin-server]:[zeppelin-port]/api/interpreter/setting/restart/[interpreter ID]```
Success code200
Fail code 500
sample JSON response + +
{"status":"OK"}
+