create_environment
Create a new environment within a Coolify project to organize deployments, applications, and services for different stages like development, staging, or production.
Instructions
Create a new environment within a project.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| description | No | Optional description of the environment | |
| name | Yes | Name of the environment | |
| project_uuid | Yes | UUID of the project where this environment will be created |