Reannounce Torrent to Trackers
transmission_reannounce_torrentForce torrents to reannounce to trackers, updating peer lists and fixing connection issues. Specify torrent IDs or 'all' to trigger an immediate announce.
Instructions
Force torrent(s) to reannounce to their trackers.
This tool forces an immediate announcement to trackers, which can help update peer lists or fix connection issues. Normally, Transmission announces automatically at regular intervals.
Args:
ids (number | number[] | 'all'): Torrent ID(s) to reannounce
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Confirmation that reannounce request was sent
Examples:
Use when: "Update tracker for torrent 5"
Use when: "Not getting any peers, force an announce"
Use when: "Reannounce all torrents" -> params with ids='all'
Error Handling:
Returns error if torrent IDs don't exist
Success doesn't guarantee tracker response (depends on tracker availability)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Torrent ID(s) to operate on - can be a single ID, array of IDs, or 'all' | |
| response_format | No | Output format: 'markdown' for human-readable or 'json' for machine-readable | markdown |