?
Sync from the source
Pulls the connected bucket in as a budgeted job, adding new and changed objects and mirroring deletions.
admin.dataSourceConnectors.sync({ slug, budgetDollars?, limit?, concurrency?, priority?, wait? })
Reads the connected bucket and brings the corpus up to date: new and changed objects are added, and deletions are mirrored or kept per the connector's policy. It runs as a job that estimates its cost and pauses for approval over the budget, so a large first sync does not run up an unexpected bill. --wait blocks until it finishes.
Parameters
--source
string
Corpus slug.
--budget
dollars
Dollar ceiling for this run; over it the job waits for approval.
--limit
number
Cap on objects processed this run.
--concurrency
number
In-flight batches.
--priority
flag
Embed at the provider's priority tier.
--wait
flag
Block until the sync finishes.
CLI
remy-admin datasources sync --source docs --budget 5 --wait