resume_torrent
Resume paused torrent downloads in qBittorrent using the torrent hash to continue interrupted downloads and complete file transfers.
Instructions
Resume a paused torrent.
Args: torrent_hash: Hash of the torrent to resume
Returns: Status message
Input Schema
Name | Required | Description | Default |
---|---|---|---|
torrent_hash | Yes |
Input Schema (JSON Schema)
{
"properties": {
"torrent_hash": {
"type": "string"
}
},
"required": [
"torrent_hash"
],
"type": "object"
}