All tools

Routines & missions · cancel_task

Cancel a task

Stop a recurrence or a scheduled run.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
taskId *stringThe UUID of the scheduled task to cancel

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"cancel_task","input":{"taskId":"…"}}'
$run({ "tool": "cancel_task", "input": {"taskId":"…"} })