ReferenceAsk
Remy Reference/admin/Pause a job
?

Pause a job

Pauses a running job, leaving what it has processed in place.
admin.dataSourceJobs.pause({ id })

Stops a running job where it is. Everything processed so far stays in the corpus, and resume picks it up from the same point. A job can also pause itself, on the budget, on repeated batch failures, or (for a mapped source) when its skip rate runs far above the plan.

Parameters
id
string
RequiredJob id (positional).
CLI
remy-admin datasources jobs pause job_abc123