resumeClaudeTask
Re-run a previously failed, cancelled, or completed Claude task using the same prompt to obtain a new task ID. Override timeout, effort, or budget as needed.
Instructions
Re-run a failed, cancelled, or completed Claude task with same prompt. Returns new taskId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| taskId | Yes | The ID of the task to resume (must be in done, error, or cancelled state). | |
| timeoutMs | No | Override the timeout for the resumed task (ms, 5000–600000). Defaults to the original task's timeoutMs. | |
| effort | No | Override the effort level for the resumed task. Defaults to the original task's effort. | |
| fallbackModel | No | Override the fallback model for the resumed task. Defaults to the original task's fallbackModel. | |
| maxBudgetUsd | No | Override the spend cap in USD for the resumed task. Defaults to the original task's maxBudgetUsd. | |
| startupTimeoutMs | No | Override the startup timeout for the resumed task. Defaults to the original task's startupTimeoutMs. |