Skip to main content
Glama

Unrestricted Development MCP Server

docker_rmi

Remove Docker images from your system by name or ID to free up disk space and manage container resources during development workflows.

Instructions

Remove one or more images

Input Schema

NameRequiredDescriptionDefault
imagesYesImage name(s) or ID(s) to remove
forceNoForce removal
cwdNoWorking directory

Input Schema (JSON Schema)

{ "properties": { "cwd": { "description": "Working directory", "type": "string" }, "force": { "default": false, "description": "Force removal", "type": "boolean" }, "images": { "description": "Image name(s) or ID(s) to remove", "oneOf": [ { "type": "string" }, { "items": { "type": "string" }, "type": "array" } ] } }, "required": [ "images" ], "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/ConnorBoetig-dev/mcp2'

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