disable #
Disable the debugger and prevent calls to debug:post, debug:addListener, debug:removeListener. While ending the debugging session it allows the node to be evicted again. #
Query Syntax #
HTTP #
URL: http://kuzzle:7512/debug/_disable
Method: POSTOther protocols #
{
"controller": "debug",
"action": "disable",
}Response #
{
"status": 200,
"error": null,
"controller": "debug",
"action": "disable",
"requestId": "<unique request identifier>",
}