mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-20 02:27:51 +01:00
3a49320dd1
Some additional detail was warranted in several places, though the listconfigs is better off simply referring to lightningd-config. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Fixed: doc: Many missing manual pages were completed
37 lines
842 B
Groff
Generated
37 lines
842 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, the command will return a empty object\. Once it has returned,
|
|
the daemon has cleaned up completely, and if desired may be restarted\.
|
|
|
|
.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:b080fabf70873cb5383ea28d79fba5be5abe1a60ebd9bf280419d2e590dfb762
|