diff --git a/swagger/sdrangel/examples/Readme.md b/swagger/sdrangel/examples/Readme.md index 9e9b31517..cbf779af5 100644 --- a/swagger/sdrangel/examples/Readme.md +++ b/swagger/sdrangel/examples/Readme.md @@ -144,6 +144,15 @@ It uses the following APIs: - URI: `/sdrangel/deviceset/{deviceSetIndex}/device/run` - HTTP method: `DELETE` +

stop_server.py

+ +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` - \ No newline at end of file