?
Resume a job
Resumes a paused job from where it stopped.
admin.dataSourceJobs.resume({ id, concurrency?, priority?, wait? })
Continues a paused job from the point it stopped, without reprocessing what is already done. Concurrency and the priority tier can be changed on resume, so a job paused for cost can come back slower and cheaper.
Parameters
id
string
RequiredJob id (positional).
--concurrency
number
In-flight batches.
--priority
flag
Embed at the priority tier.
--wait
flag
Block until the job finishes.
CLI
remy-admin datasources jobs resume job_abc123 --wait