title | type |
---|---|
Pause Network Client |
core |
Disconnects from all servers.
None.
Error | Description |
---|---|
RPC_INTERNAL_ERROR | An unknown error occurred in the node. Please check the node log for details. |
- a JSON object with the string "Network Client paused." in result field.
GET http://localhost:8081/pauseClient
{
"result": "Network Client paused.",
"error": null,
"id": null
}