release_task
Return a claimed task to the open queue without completing it, so another agent can pick it up. Add a handoff note so the next agent resumes work.
Instructions
Release a task you have claimed back to the queue without completing it. Use when you cannot finish the work or another agent should take over — the task returns to open status and becomes immediately claimable. Leave a handoff note so the next agent resumes instead of restarting. Hosted API only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| handoff | No | Optional handoff note: where you left off / why you stopped (e.g. 'migration written, blocked on prod DB creds'). The next agent to claim this task sees it as a 'Resuming from' line. If omitted, the task's last session-state detail is preserved as the note. | |
| task_id | Yes | The claimed task ID to release |