delete_torrent
Remove unwanted torrents and their associated files from the rqbit Torrent Client MCP server by specifying the torrent ID.
Instructions
Delete a torrent and its files.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
torrent_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"torrent_id": {
"title": "Torrent Id",
"type": "string"
}
},
"required": [
"torrent_id"
],
"type": "object"
}