set_episode_status
Set episode statuses to wanted, skipped, or ignored to fix TVDB sync issues and trigger Medusa searches for episodes that are available but not downloading.
Instructions
Set episode statuses for a series via PATCH /api/v2/episodes/{series_slug}.
Use when TVDB metadata is out of sync with actual episode status and Medusa is not downloading episodes that should be available. Set affected episodes to "wanted" to force Medusa to search for them.
Uses the same PATCH endpoint as the Medusa Web UI, so it can change UNAIRED episodes to WANTED unlike the internal bulk-update endpoint.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Target status string ("wanted", "skipped", "ignored"). | wanted |
| episodes | Yes | Episode slugs (e.g. ["s01e01", "s01e02"]). | |
| series_slug | Yes | Series slug (e.g. "tvdb370761"). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||