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-12-09 08:10:12 +01:00
2023-01-30 07:24:16 +01:00
[comment]: # ( SHA256STAMP:9ae0ce5a61e36232d45cf5d8bb6a84b7fdff4137fadfdcd5a35fdf995ce8ad84)