Skip to content

Latest commit

 

History

History
28 lines (24 loc) · 529 Bytes

core_pause_client.md

File metadata and controls

28 lines (24 loc) · 529 Bytes
title type
Pause Network Client
core

Pause Network Client

Disconnects from all servers.

Method: pauseClient

Input parameters:

None.

Errors:

Error Description
RPC_INTERNAL_ERROR An unknown error occurred in the node. Please check the node log for details.

Output:

  • a JSON object with the string "Network Client paused." in result field.

Example:

GET http://localhost:8081/pauseClient

{
  "result": "Network Client paused.",
  "error": null,
  "id": null
}