Coolify MCP Server

deploy

Deploy by tag or uuid

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" }