2022-04-06 07:09:48 +02:00
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 07:09:48 +02:00
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 03:10:17 +02:00
[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-07-13 17:45:39 +02:00
[comment]: # ( SHA256STAMP:a83ac745b36e0e3d00ba11f036cec93973773f47e1265eb5c70a3d3298e58e4b)