UpdateEnvironmentStatus
Update the status of an environment in your organization.
Input
| Name | Type | Description |
| EnvironmentId | String | The identifier (UUID) of the environment whose status you want to update. |
| Status | String | The new status of the environment.
The allowed values are ACTIVE, DELETE_PENDING. |
| LicenseId | String | The identifier (UUID) of the license configured for the environment. This is required when setting the status to 'ACTIVE'. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Indicates whether the operation was successful. |