stop daemon: Difference between revisions

From Talleo Wiki
Jump to navigation Jump to search
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 11: Line 11:
! Argument !! Description !! Format
! Argument !! Description !! Format
|-
|-
| colspan="3" | none
| status || Status of the request, "OK" if successful || string
|}
|}


== Description ==
== Description ==
* This method stops the daemon.
* This method stops the daemon.  
* Stopping the daemon is only allowed if the daemon is running on testnet.
 
== Usage ==
 
=== cURL ===
* <nowiki>curl http://127.0.0.1:33888/stop_daemon</nowiki>

Latest revision as of 05:49, 25 March 2020

Input

Argument Mandatory Description Format
none

Output

Argument Description Format
status Status of the request, "OK" if successful string

Description

  • This method stops the daemon.
  • Stopping the daemon is only allowed if the daemon is running on testnet.

Usage

cURL

  • curl http://127.0.0.1:33888/stop_daemon