Skip to main content
Glama

Coolify MCP Server

by StuMason

deploy

Deploy applications or services using tags or UUIDs to release updates or new versions. Supports force rebuild for clean deployment. Simplify version management with Coolify MCP Server.

Instructions

Deploy an application or service using a tag or UUID. This allows you to deploy new versions or updates to your applications.

Input Schema

NameRequiredDescriptionDefault
forceNoForce rebuild (without cache)
tagNoTag name(s). Comma separated list is accepted
uuidNoResource UUID(s). Comma separated list is accepted

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "force": { "description": "Force rebuild (without cache)", "type": "boolean" }, "tag": { "description": "Tag name(s). Comma separated list is accepted", "type": "string" }, "uuid": { "description": "Resource UUID(s). Comma separated list is accepted", "type": "string" } }, "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/StuMason/coolify-mcp-server'

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