Skip to main content
Glama

remove_container

Delete a container from the Podman MCP Server by specifying its name or ID. Use the force option to remove running containers.

Instructions

Remove a container.

Input Schema

NameRequiredDescriptionDefault
containerYesContainer name or ID
forceNoForce remove running container

Input Schema (JSON Schema)

{ "properties": { "container": { "description": "Container name or ID", "title": "Container", "type": "string" }, "force": { "default": false, "description": "Force remove running container", "title": "Force", "type": "boolean" } }, "required": [ "container" ], "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/kunwarmahen/podman-mcp-server'

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