Cancel A2A v1 task
POST/v2/agents/:agent_key/tasks/:task_id:cancel
Cancels a running task. Returns its state after cancellation in the v1 wire format. Returns 409 if the task is not currently running.
Request
Responses
- 200
- 404
- 409
The task state after cancellation.
Task not found.
Task is not currently running.