Skip to main content
Glama

Aptly MCP Server

aptly_delete_repo

Delete a local Debian package repository from the Aptly MCP Server optionally enforcing deletion even if published or containing snapshots.

Instructions

Delete a local repository

Input Schema

NameRequiredDescriptionDefault
forceNoForce deletion even if repository is published or has snapshots
nameYesName of the repository to delete

Input Schema (JSON Schema)

{ "properties": { "force": { "default": false, "description": "Force deletion even if repository is published or has snapshots", "type": "boolean" }, "name": { "description": "Name of the repository to delete", "type": "string" } }, "required": [ "name" ], "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/rashidazarang/aptly-mcp'

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