Skip to main content
Glama

qBittorrent MCP Server

delete_torrent

Remove torrents from qBittorrent client with option to delete associated downloaded files, freeing up storage space and managing download queue.

Instructions

Delete a torrent from qBittorrent.

Args: torrent_hash: Hash of the torrent to delete delete_files: Also delete downloaded files (default: False)

Returns: Status message

Input Schema

NameRequiredDescriptionDefault
delete_filesNo
torrent_hashYes

Input Schema (JSON Schema)

{ "properties": { "delete_files": { "default": false, "type": "boolean" }, "torrent_hash": { "type": "string" } }, "required": [ "torrent_hash" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jabberjabberjabber/qbit-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server