Skip to main content
Glama

Docker MCP Server

remove_container

Delete a Docker container using its ID or name, optionally forcing removal of running containers. Simplifies container management in the Docker MCP Server environment.

Instructions

Remove a Docker container

Input Schema

NameRequiredDescriptionDefault
containerYesContainer ID or name
forceNoForce removal of running container

Input Schema (JSON Schema)

{ "properties": { "container": { "description": "Container ID or name", "type": "string" }, "force": { "description": "Force removal of running container", "type": "boolean" } }, "required": [ "container" ], "type": "object" }

Other Tools from Docker MCP Server

Related Tools

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/suvarchal/docker-mcp'

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