Skip to main content
Glama

Unrestricted Development MCP Server

docker_rm

Remove Docker containers by name or ID, with options to force removal of running containers and delete associated anonymous volumes.

Instructions

Remove one or more containers

Input Schema

NameRequiredDescriptionDefault
containersYesContainer name(s) or ID(s) to remove
forceNoForce removal of running containers
volumesNoRemove anonymous volumes
cwdNoWorking directory

Input Schema (JSON Schema)

{ "properties": { "containers": { "description": "Container name(s) or ID(s) to remove", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] }, "cwd": { "description": "Working directory", "type": "string" }, "force": { "default": false, "description": "Force removal of running containers", "type": "boolean" }, "volumes": { "default": false, "description": "Remove anonymous volumes", "type": "boolean" } }, "required": [ "containers" ], "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/ConnorBoetig-dev/mcp2'

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