coolify_get_project_environment
Retrieve environment configuration details for a specified project in Coolify to manage infrastructure settings and deployment parameters.
Instructions
Get project environment details
Input Schema
Name | Required | Description | Default |
---|---|---|---|
environment_name_or_uuid | Yes | Environment name or UUID | |
uuid | Yes | Project UUID |
Input Schema (JSON Schema)
{
"properties": {
"environment_name_or_uuid": {
"description": "Environment name or UUID",
"type": "string"
},
"uuid": {
"description": "Project UUID",
"type": "string"
}
},
"required": [
"uuid",
"environment_name_or_uuid"
],
"type": "object"
}