Update environment
render_update_environmentUpdate environment settings such as name, IP allow list, protected status, or network isolation by providing the environment 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. |