2020-09-07 12:46:28 +02:00
lightning-stop -- Command to shutdown the c-lightning node.
2020-08-16 15:14:52 +02:00
============================================================
SYNOPSIS
--------
**stop**
DESCRIPTION
-----------
2020-09-07 12:46:28 +02:00
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 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 >
2021-06-16 03:10:17 +02:00
[comment]: # ( SHA256STAMP:e0a51d1bacb47191037431841eb36b348554cb40f8a291528f67f5beb718f6cf)