pause_torrent
Pause active torrent downloads to temporarily stop data transfer and conserve bandwidth or system resources.
Instructions
Pause a torrent.
Args: torrent_hash: Hash of the torrent to pause
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"
}