Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_update_server

Update server details in Coolify infrastructure management including name, description, IP address, SSH port, and user credentials using the server UUID.

Instructions

Update server

Input Schema

NameRequiredDescriptionDefault
descriptionNoServer description
ipNoServer IP address
nameNoServer name
portNoSSH port
userNoSSH user
uuidYesServer UUID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Server description", "type": "string" }, "ip": { "description": "Server IP address", "type": "string" }, "name": { "description": "Server name", "type": "string" }, "port": { "description": "SSH port", "type": "number" }, "user": { "description": "SSH user", "type": "string" }, "uuid": { "description": "Server 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