cancel_task
Stop a running task in the MCP Kafka Schema Reg server by specifying the task ID. Ensures efficient management of active processes.
Instructions
Cancel a running task.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"task_id": {
"title": "Task Id",
"type": "string"
}
},
"required": [
"task_id"
],
"type": "object"
}