cancel_task_by_id
Terminate a specific task using its unique ID to manage and streamline digital forensics and incident response operations within Binalyze AIR's MCP Server.
Instructions
Cancel a specific task by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes | The ID of the task to cancel |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the task to cancel",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}