2022-04-06 14:39:48 +09:30
lightning-stop -- Command to shutdown the Core Lightning node.
2022-06-08 16:47:55 +02:00
==============================================================
2020-08-16 15:14:52 +02:00
SYNOPSIS
--------
**stop**
DESCRIPTION
-----------
2022-04-06 14:39:48 +09:30
The **stop** is a RPC command to shut off the Core Lightning node.
2020-08-16 15:14:52 +02:00
EXAMPLE JSON REQUEST
------------
```json
{
"id": 82,
"method": "stop",
"params": {}
}
```
RETURN VALUE
------------
2021-06-16 10:40:17 +09:30
[comment]: # (GENERATE-FROM-SCHEMA-START)
On success, returns a single element (string) (always "Shutdown complete")
[comment]: # (GENERATE-FROM-SCHEMA-END)
Once it has returned, the daemon has cleaned up completely, and if
desired may be restarted immediately.
2020-08-16 15:14:52 +02:00
AUTHOR
------
Vincenzo Palazzo < < vincenzo.palazzo @protonmail .com > > wrote the initial version of this man page, but many others did the hard work of actually implementing this rpc command.
RESOURCES
---------
Main web site: < https: / / github . com / ElementsProject / lightning >
2022-09-08 10:38:00 +09:30
[comment]: # ( SHA256STAMP:2103952683449a5aa313eefa9c850dc0ae1cf4aa65edeb7897a8748a010a9349)