Core
API v2.x
2

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 #

Copied to clipboard!
URL: http://kuzzle:7512/debug/_disable
Method: POST

Other protocols #

Copied to clipboard!
{
  "controller": "debug",
  "action": "disable",
}

Response #

Copied to clipboard!
{
  "status": 200,
  "error": null,
  "controller": "debug",
  "action": "disable",
  "requestId": "<unique request identifier>",
}