stop daemon: Difference between revisions

From Talleo Wiki
Jump to navigation Jump to search
(Created page with "== Input == {| class="wikitable" ! Argument !! Mandatory !! Description !! Format |- | colspan="4" | none |} == Output == {| class="wikitable" ! Argument !! Description !! Fo...")
 
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{DISPLAYTITLE:stop_daemon}}
== Input ==
== Input ==
{| class="wikitable"
{| class="wikitable"
Line 10: 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