For the complete documentation index, see llms.txt. This page is also available as Markdown.

ignore

The ignore command cancels any debug subscriptions and the log level is restored (if no other connections are debugging).

{
    "id": 5,
    "cmd": "ignore",
    "sys": "sys-Z6XXA-Kc_v",
    "mod": "mod-Z6XXB1doL4",
    "index": null,
    "name": "ignore"
}

responds

{
    "id": 5,
    "type": "success"
}

Last updated