mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-20 15:44:21 +01:00
35 lines
663 B
Groff
Generated
35 lines
663 B
Groff
Generated
.TH "LIGHTNING-STOP" "7" "" "" "lightning-stop"
|
|
.SH NAME
|
|
lightning-stop - Command to shut-off 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\.
|
|
|
|
.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
|
|
|