release_run_queue_items
Release (remove) one or more CoreClaw Run Queue items so they never execute.
WHEN TO USE: Use when the user no longer needs queued runs and wants to remove them in bulk. This is the batch version. 中文触发: 当用户要在 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[]: per-item {queue_ref, success, error?}.
WORKFLOW: Call after list_run_queue_items to collect the queue_refs to release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Optional reason for releasing, recorded for later reference. (optional) | |
| queue_refs | Yes | JSON array of queue item IDs to activate or release. Example: ["22","23"]. Obtain queue_ref values from list_run_queue_items. |