Resume Torrent
transmission_resume_torrentResume paused torrents to restart downloading and uploading activity from where they left off. Specify torrent IDs or resume all.
Instructions
Resume paused torrent(s) to restart downloading/uploading.
This tool resumes paused torrents, restarting download and upload activity from where they left off.
Args:
ids (number | number[] | 'all'): Torrent ID(s) to resume
response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns: Confirmation message indicating which torrents were resumed
Examples:
Use when: "Resume torrent 5"
Use when: "Resume all torrents" -> params with ids='all'
Use when: "Start downloading again"
Error Handling:
Returns error if torrent IDs don't exist
Succeeds even if torrents are already active (idempotent)
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 |