diff --git a/doc/api/shutdown.json b/doc/api/shutdown.json new file mode 100644 index 0000000000..593154b041 --- /dev/null +++ b/doc/api/shutdown.json @@ -0,0 +1,11 @@ +{ + "name": "shutdown", + "brief": "The shutdown command instructs the server to initiate its shutdown procedure.", + "description": "See ", + "support": [ "kea-dhcp4", "kea-dhcp6" ], + "avail": "1.0.0", + "cmd-syntax": "{ + \"command\": \"shutdown\" +}", + "cmd-comment": "The server will respond with a confirmation that the shutdown procedure has been initiated.", +} \ No newline at end of file