Bulk-disable release tracking for multiple series (async).
POST/api/v1/series/bulk/untrack-for-releases
Enqueues a BulkTrackForReleases { tracked: false } task. Does not
delete aliases, latest_known_*, or other tracking config — the user
can re-track without losing customizations, and the seed will re-derive
any auto-derived fields on the next track-on transition. Returns the
task_id immediately; the worker emits per-series SeriesUpdated
events so the UI updates live.
Request
Responses
- 200
- 400
- 401
- 403
Bulk untrack-for-releases task queued
Empty or too-large request
Unauthorized
Forbidden