2020-09-07 20:16:28 +09:30
lightning-stop -- Command to shutdown the c-lightning node.
2020-08-16 15:14:52 +02:00
============================================================
SYNOPSIS
--------
**stop**
DESCRIPTION
-----------
2020-09-07 20:16:28 +09:30
The **stop** is a RPC command to shut off the c-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 >
2021-09-03 19:37:59 +09:30
[comment]: # ( SHA256STAMP:42c2ed4003d088c2b42260d7c1098ae81cfe2f91fb6fce3a7dffe6b8729a5181)