Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_trigger_deployment

Initiate application deployment in Coolify by specifying the application UUID, with an option to force rebuild if needed.

Instructions

Trigger a deployment

Input Schema

NameRequiredDescriptionDefault
application_uuidYesApplication UUID
force_rebuildNoForce rebuild

Input Schema (JSON Schema)

{ "properties": { "application_uuid": { "description": "Application UUID", "type": "string" }, "force_rebuild": { "default": false, "description": "Force rebuild", "type": "boolean" } }, "required": [ "application_uuid" ], "type": "object" }

Other Tools from Coolify MCP Server

Related Tools

    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/HowieDuhzit/CoolifyMCP'

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