From 19eb52d5dda217f98fe7d597cc119a3975b79ae3 Mon Sep 17 00:00:00 2001 From: f4exb Date: Mon, 18 Dec 2017 00:44:41 +0100 Subject: [PATCH] Server: added documentation for the stop_server.py script --- swagger/sdrangel/examples/Readme.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) 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