File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change @@ -361,3 +361,38 @@ limitations under the License.
361361 </td>
362362 </tr>
363363 </table >
364+
365+
366+ <br />
367+
368+ <table class =" table-configuration " >
369+ <col width="200">
370+ <tr>
371+ <th>Restart an interpreter</th>
372+ <th></th>
373+ </tr>
374+ <tr>
375+ <td>Description</td>
376+ <td>This ```PUT``` method restart the given interpreter id.</td>
377+ </tr>
378+ <tr>
379+ <td>URL</td>
380+ <td>```http://[zeppelin-server]:[zeppelin-port]/api/interpreter/setting/restart/[interpreter ID]```</td>
381+ </tr>
382+ <tr>
383+ <td>Success code</td>
384+ <td>200</td>
385+ </tr>
386+ <tr>
387+ <td> Fail code</td>
388+ <td> 500 </td>
389+ </tr>
390+ <tr>
391+ <td> sample JSON response
392+ </td>
393+ <td>
394+ <pre>{"status":"OK"}</pre>
395+ </td>
396+ </tr>
397+ </table >
398+
You can’t perform that action at this time.
0 commit comments