coolify_environment_configuration
Configure and manage environment variables, domains, and application logs for self-hosted applications on Coolify MCP Server. Perform actions like updating or retrieving environment settings, setting domains, and fetching logs efficiently.
Instructions
Manage environment variables, configure domains, and retrieve application logs
Input Schema
Name | Required | Description | Default |
---|---|---|---|
action | Yes | Action to perform: update env vars, get env vars, set domain, or get logs | |
applicationId | Yes | Application ID (required for all actions) | |
domain | No | Domain name to set (for set_domain action) | |
enableHttps | No | Whether to enable HTTPS/SSL (for set_domain action) | |
lines | No | Number of log lines to retrieve (for get_logs action) | |
since | No | Retrieve logs since this timestamp (ISO format, for get_logs action) | |
variables | No | Array of environment variables to set (for update_env) |