retry_migration_job
Retry a failed migration job by resetting it to READY so the worker picks it up again. Obtain the job ID from get_migration_jobs.
Instructions
Retry a failed migration job. The job must be in FAILED status. It will be reset to READY and picked up by the worker again. Use get_migration_jobs first to find the failed job's ID and error message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jobId | Yes | Migration job ID (from get_migration_jobs) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Parsed JSON response from the Staticbot public API |