retry_task
Resume a failed task from the point of failure, preserving partial files. Use after check_task reports failure to avoid starting from scratch.
Instructions
Resume a failed or stalled create/modify task from where it stopped (partial files are preserved). Use this when check_task reports 'failed' before starting a brand-new create_app. Returns a fresh task — poll check_task on the new task_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| task_id | Yes | The failed task id to resume. |