mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
2ddecdc95a
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Fixed: doc: Epic documentation rewrite: each now lists complete and accurate JSON output, tested against testsuite.
40 lines
877 B
Groff
Generated
40 lines
877 B
Groff
Generated
.TH "LIGHTNING-STOP" "7" "" "" "lightning-stop"
|
|
.SH NAME
|
|
lightning-stop - Command to shutdown the c-lightning node\.
|
|
.SH SYNOPSIS
|
|
|
|
\fBstop\fR
|
|
|
|
.SH DESCRIPTION
|
|
|
|
The \fBstop\fR is a RPC command to shut off the c-lightning node\.
|
|
|
|
.SH EXAMPLE JSON REQUEST
|
|
.nf
|
|
.RS
|
|
{
|
|
"id": 82,
|
|
"method": "stop",
|
|
"params": {}
|
|
}
|
|
.RE
|
|
|
|
.fi
|
|
.SH RETURN VALUE
|
|
|
|
On success, returns a single element (string) (always "Shutdown complete")
|
|
|
|
|
|
Once it has returned, the daemon has cleaned up completely, and if
|
|
desired may be restarted immediately\.
|
|
|
|
.SH AUTHOR
|
|
|
|
Vincenzo Palazzo \fI<vincenzo.palazzo@protonmail.com\fR> wrote the initial version of this man page, but many others did the hard work of actually implementing this rpc command\.
|
|
|
|
.SH RESOURCES
|
|
|
|
Main web site: \fIhttps://github.com/ElementsProject/lightning\fR
|
|
|
|
\" SHA256STAMP:49b081bfb49823c2db676705681eec32721a9fd62629f97b1749bf20a264fead
|