update_environment
Update an existing environment's name and variables by specifying project and environment IDs. Modify configuration and apply changes.
Instructions
Update an existing environment.
Args: project_id: ID of the project environment_id: ID of the environment to update name: Environment name (optional) env_data: Environment variables as key-value pairs (optional)
Returns: Updated environment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| env_data | No | ||
| project_id | Yes | ||
| environment_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||