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 out
last_recomputed_at for 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.
Documentation Index
Fetch the complete documentation index at: https://docs.oktolabs.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.