Run a task now
run_taskLaunch a queued task immediately, skipping its scheduled wait. Dispatches at once; monitor list_tasks for the outcome.
Instructions
Start a queued task immediately instead of waiting for its scheduled slot. Returns as soon as the task is dispatched — poll list_tasks for the outcome.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | Task id from list_tasks or create_task. |