Skip to main content
Glama

Docker MCP Server

remove_container

Delete Docker containers by specifying the container ID or name, with an option to force removal of running containers, streamlining container management on the Docker MCP Server.

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" }
Install Server

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