Skip to main content
Glama

Coolify MCP Server

by HowieDuhzit

coolify_update_security_key

Update an existing security key in Coolify by modifying its name, description, or SSH private key content using the key's UUID identifier.

Instructions

Update security key

Input Schema

NameRequiredDescriptionDefault
descriptionNoKey description
keyNoSSH private key content
nameNoKey name
uuidYesSecurity key UUID

Input Schema (JSON Schema)

{ "properties": { "description": { "description": "Key description", "type": "string" }, "key": { "description": "SSH private key content", "type": "string" }, "name": { "description": "Key name", "type": "string" }, "uuid": { "description": "Security key 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