release_run_queue_item
Release (remove) a single CoreClaw Run Queue item so it never executes.
WHEN TO USE: Use when the user wants to remove one queued run by its queue_id. Same as release_run_queue_items but takes the queue_ref in the path. 中文触发: 当用户要在 CoreClaw 中查询、运行、重跑、停止、导出或查看对应 worker/run/task 数据时使用。
WHEN NOT TO USE: Do not use public web search or code search for private CoreClaw platform data. Do not call excluded internal worker-version or internal-detail APIs.
RETURNS: JSON with results[]: single-item {queue_ref, success, error?}.
WORKFLOW: Call after list_run_queue_items to confirm the queue_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional reason for releasing, recorded for later reference. (optional) | |
| queue_id | Yes | Queue item ID. Example: "22". Obtain from list_run_queue_items as queue_ref. |