Skip to main content
Glama

stop_container

Stop a running Podman container by name or ID. Configure timeout period before automatic termination to manage container lifecycle operations.

Instructions

Stop a running container.

Input Schema

NameRequiredDescriptionDefault
containerYesContainer name or ID
timeoutNoSeconds to wait before killing container

Input Schema (JSON Schema)

{ "properties": { "container": { "description": "Container name or ID", "title": "Container", "type": "string" }, "timeout": { "default": 10, "description": "Seconds to wait before killing container", "title": "Timeout", "type": "integer" } }, "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