tasks_cancel
Cancel running tasks in Easysearch by specifying task IDs, actions, nodes, or parent tasks to stop specific operations.
Instructions
取消任务
参数:
task_id: 任务 ID(可选)
actions: 动作过滤
nodes: 节点过滤
parent_task_id: 父任务 ID
示例:
tasks_cancel(task_id="node1:12345")
tasks_cancel(actions="*reindex*")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | No | ||
| actions | No | ||
| nodes | No | ||
| parent_task_id | No |