Run Tick Now
kg-tick
Run Tick Now
Trigger the KG decay tick manually (idempotent — concurrent calls return 409 until the in-flight tick releases the advisory lock).
Body:
board_id(optional): scope the tick to a single board. When omitted, the tick runs globally (same scope as the cron schedule).force_full_rebuild(optional, default false): zero outlast_recomputed_atfor nodes in scope BEFORE the tick, forcing recompute even of fresh nodes (ignores staleness threshold).
Returns 202 with tick_id immediately; the tick runs in background. Operator monitors progress via KGHealthView snapshot polling (30s).
Returns 409 when the advisory lock is already held by the cron OR another manual trigger.
POST
Run Tick Now
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Last modified on May 17, 2026