Skip to main content
Glama

Coolify MCP Server

start_application

Start a previously created application container to make it accessible and operational using the application's UUID identifier.

Instructions

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

Input Schema

NameRequiredDescriptionDefault
uuidYesUUID of the application to start. Obtain this from list_applications or from the create_application response.

Input Schema (JSON Schema)

{ "properties": { "uuid": { "description": "UUID of the application to start. Obtain this from list_applications or from the create_application 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