ChatGPT MCP Server

by Toowiredd
Verified

container_remove

Remove a container

Input Schema

NameRequiredDescriptionDefault
containerYesContainer ID or name
forceNoForce remove running container

Input Schema (JSON Schema)

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