Update environment
render_update_environmentUpdates environment settings such as name, IP allow list, protected status, and network isolation via the Render API. Modify environment details using its ID.
Instructions
Update environment. Update the details of the environment with the provided ID. Calls PATCH /environments/{environmentId} on the Render Public API.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| ipAllowList | No | ||
| environmentId | Yes | ||
| protectedStatus | No | Indicates whether an environment is `unprotected` or `protected`. Only admin users can perform destructive actions in `protected` environments. | |
| networkIsolationEnabled | No | Indicates whether network connections across environments are allowed. |