admin

Refresh Public Repo

Force a re-index of any public repo, with no library link required.

Bypasses the weekly per-repo cooldown and the daily fleet ceiling that gate the anonymous refresh arm: both exist to bound anonymous spend, and neither describes an operator acting deliberately on one repo. The in-flight debounce still applies, and the failure backoff still applies unless force is set.

Runs as requested_by="admin", which is what makes the resulting snapshot fan out to every linked user rather than to the caller — who, on a repo they do not own, has no link row to fan out to.

post/admin/repos/{repo_id}/refresh

Path parameters

repo_idstring required

Request body

forceboolean

Skip the three-consecutive-failures backoff. Does not skip the in-flight debounce, which prevents a double spawn.

Response

Successful Response

statusstring required
short_idstring nullable
snapshot_idstring nullable
debouncedboolean

Changes

No recorded changes to this endpoint across all 1 revision of this API.