ChatGPT MCP Server

by Toowiredd
Verified

container_start

Start a stopped container

Input Schema

NameRequiredDescriptionDefault
containerYesContainer ID or name

Input Schema (JSON Schema)

{ "properties": { "container": { "description": "Container ID or name", "type": "string" } }, "required": [ "container" ], "type": "object" }