ReferenceAsk
Remy Reference/admin/Approve a job
?

Approve a job

Approves a planned job so it starts running, subject to the capacity and budget gates.
admin.dataSourceJobs.approve({ id, concurrency?, priority?, wait? })

Releases a job that paused as planned, either because its projected cost was over the budget or because it was asked to approve and a gate refused. Approval is still checked against capacity: if the corpus's placement cannot hold the projected chunks, approve is refused until the source moves or the resource grows.

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 approve job_abc123 --wait