Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_update_application

Update application details including name and description in Coolify infrastructure management using the application UUID.

Instructions

Update application

Input Schema

NameRequiredDescriptionDefault
descriptionNoApplication description
nameNoApplication name
uuidYesApplication UUID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Application description", "type": "string" }, "name": { "description": "Application name", "type": "string" }, "uuid": { "description": "Application UUID", "type": "string" } }, "required": [ "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