?
Retry a job
Retries the failed documents of a job, leaving what succeeded untouched.
admin.dataSourceJobs.retry({ id, wait? })
Reruns just the documents a job failed on, after a transient cause is cleared. What already succeeded is left in place, so a retry is cheap and safe to repeat.
Parameters
id
string
RequiredJob id (positional).
--wait
flag
Block until the retry finishes.
CLI
remy-admin datasources jobs retry job_abc123 --wait