qbit_manage_commands
Run qbit_manage maintenance commands on qBittorrent: recheck torrents, update tags, and remove unregistered or orphaned data.
Instructions
qbit manage commands operations on qbit_manage. Pass operation and an arguments dict matching that operation's parameters.
qbit_manage_run_command(body={}) — Run qbit_manage commands against a config (body is a CommandRequest: config_file, commands list, hashes, dry_run, skip_cleanup, skip_qb_version_check, log_level). Valid commands: cat_update, tag_update, recheck, rem_unregistered, tag_tracker_error, rem_orphaned, tag_nohardlinks, share_limits. WRITE: this runs real qbit_manage operations against your qBittorrent instance.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| operation | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |