Error
Admin
Pause, resume or manually tick one indexer automation loop.
Forwards to the indexer’s authed /admin/loops endpoints after step-up verification. Paused loops keep their heartbeat (deliberately idle ≠ wedged) but skip work; a manual tick runs once even while paused. tick answers completed=false when the tick is still running after ~10s (it finishes server-side).
POST
Error
Authorizations
HttpOnly session cookie set by POST /v1/auth/session. Mutating requests must also send the CSRF token (returned by that call) in the x-csrf-token header.
Body
application/json
Response
Default Response
Available options:
true Available options:
pause, resume, tick Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
