compose_down

Stop Docker Compose services

Server MCP Container Tools simseksem/mcp-container-tools
Category Destructive
Risk class Critical
Parameters 00 required

What compose_down does on MCP Container Tools

AI agents call compose_down to permanently remove resources in MCP Container Tools — typically in cleanup and lifecycle workflows. It does its job in a single call, and there is no undo.

Why compose_down needs a policy

Docker Compose 'down' command stops and removes containers, networks, and optionally volumes/images. This is not merely stopping services (which would be reversible) but tearing down the entire compose stack, which removes containers and networks. While data volumes may persist by default, the action is largely irreversible in terms of container state and running services, making it Destructive.

From the tool's definition compose_down - 'Stop Docker Compose services'

Questions about compose_down

What does the compose_down tool do? +

Stop Docker Compose services. It is categorised as a Destructive tool in the MCP Container Tools MCP Server, which means it can permanently delete or destroy data. Block by default and require explicit approval.

How do I enforce a policy on compose_down? +

Register the MCP Container Tools MCP server in PolicyLayer and add a rule for compose_down: allow, deny, rate-limit, or require approval. Point your MCP client at the PolicyLayer proxy URL and the rule is enforced on every call, before it reaches MCP Container Tools. Nothing to install.

What risk level is compose_down? +

compose_down is a Destructive tool with critical risk. Critical-risk tools should be blocked by default and only enabled with explicit human approval.

Can I rate-limit compose_down? +

Yes. Add a rate_limit block to the compose_down rule in your PolicyLayer policy. For example, setting max: 10 and window: 60 limits the tool to 10 calls per minute. Rate limits are tracked per agent session and reset automatically.

How do I block compose_down completely? +

Set action: deny in the PolicyLayer policy for compose_down. The AI agent will receive a policy violation error and cannot call the tool. You can also include a reason field to explain why the tool is blocked.

What MCP server provides compose_down? +

compose_down is provided by the MCP Container Tools MCP server (simseksem/mcp-container-tools). PolicyLayer sits as a proxy in front of this server to enforce policies before tool calls reach the server.

// LOOK UP ANOTHER SERVER

Every MCP server has a record like this.

Type a name, get the same breakdown: verified identity, auth posture, risk grade, capabilities, recommended policy.

Teams ship this data inside their own products. See what a licence covers →

// GET IN TOUCH

Have a question or want to learn more? Send us a message.

Message sent.

We'll get back to you soon.