Remove a Variable
Learn how to remove a variable when it's no longer needed.
- On Devopness, navigate to a project then select an environment
- Find the
Applications
card - Click
View
in theApplications
card, to see a list of existingApplications
- In the list of applications, find the application with the variable you want to remove and click the
NAME
of the application - Click the
VARIABLES
tab - In the list of variables, find the variable you want to remove and click
REMOVE
- Follow the prompts then click
REMOVE VARIABLE
- In the list of variables, the recently removed
Variable
will be goneA new deployment is required for your changes to take effect.
- Follow the guide Deploy Application