Übersicht

Docsbook agent stop

MCPdocsbook_agent_stop
WRITE$0.00003 / call
Features

Stop a Docsbook agent job. Work already committed stays — stopping is not an undo, and what landed is ordinary git history you can revert — and the agent's credential for that job is revoked immediately.

Input2
Authorizationheaderrequired
Your API key, for the REST call. Sent from your browser straight to the API — never to Docsbook, never stored.
task_idstringrequired
The job to stop.
reasonstring
Why, for the record.
Example input
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "docsbook_agent_stop",
    "arguments": {
      "task_id": "<task_id>"
    }
  }
}

Aktualisiert

War diese Seite hilfreich?