How do I edit environment variables in my application?
Last updated: July 27, 2026
Context
You may need to modify environment variables for your application after they have been created. When viewing your environment variables in the application settings, you might notice that some variables only show a delete (trash can) icon and no edit option.
Answer
The ability to edit environment variables depends on whether they are marked as secure or not:
Secure environment variables cannot be edited by design for security reasons. If you need to change a secure variable, you must delete it and create a new one.
Non-secure environment variables can be edited directly in the interface.
To edit a non-secure environment variable:
Navigate to Application → Environment Variables
Locate the variable you want to edit
Click on the variable fields to modify the Name, Value, or Variable group as needed
Click the green confirm button to save your changes

If you only see a delete icon for your variable, it means the variable is marked as secure and cannot be edited. In this case, you'll need to delete the existing variable and create a new one with the updated values.