mirror of
https://github.com/f4exb/sdrangel.git
synced 2024-11-22 16:08:39 -05:00
Server: added documentation for the stop_server.py script
This commit is contained in:
parent
e1ad61d692
commit
19eb52d5dd
@ -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`
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user