# Update Compile And Execute Environment Update environment in catalog, compiles it and then finally execute it. Endpoint: PUT /v1/idp-environments/{environment-id} Version: 1.0 Security: x-api-key ## Path parameters: - `environment-id` (string, required) ## Header parameters: - `Harness-Account` (string) Identifier field of the account the resource is scoped to. This is required for Authorization methods other than the x-api-key header. If you are using the x-api-key header, this can be skipped. ## Query parameters: - `orgIdentifier` (string) Unique identifier of the organization within the account - `projectIdentifier` (string) Unique identifier of the project within the organization ## Request fields (application/json): - `overrides` (string) Overrides in Yaml format - `target_state` (any) Target state of environment Enum: "running", "inactive", "instantiated", "paused" ## Response 200 fields