Server: added documentation for the stop_server.py script

This commit is contained in:
f4exb 2017-12-18 00:44:41 +01:00
parent e1ad61d692
commit 19eb52d5dd
1 changed files with 10 additions and 1 deletions

View File

@ -144,6 +144,15 @@ It uses the following APIs:
- URI: `/sdrangel/deviceset/{deviceSetIndex}/device/run`
- HTTP method: `DELETE`
<h2>stop_server.py</h2>
This works with a server instance only i.e. `sdrangelsrv`. It will shutdown the instance nicely as you would do with the exit menu or Ctl-Q in the GUI application.
It uses this API:
- Stop a server instance
- OperationID: `instanceDelete`
- URI: `/sdrangel`
- HTTP method: `DELETE`