Skip to main content
Glama

Coolify MCP Server

start_service

Start a Coolify service by its UUID to initialize the container and make it accessible for use.

Instructions

Start a previously created service. This will initialize the service container and make it accessible.

Input Schema

NameRequiredDescriptionDefault
uuidYesUUID of the service to start. Obtain this from list_services or from the create_service response.

Input Schema (JSON Schema)

{ "properties": { "uuid": { "description": "UUID of the service to start. Obtain this from list_services or from the create_service response.", "pattern": "^[a-zA-Z0-9]+$", "type": "string" } }, "required": [ "uuid" ], "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/wrediam/coolify-mcp-server'

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