22 lines
780 B
Markdown
22 lines
780 B
Markdown
---
|
|
id: edit-environment
|
|
title: Edit an Environment
|
|
sidebar_label: Edit an Environment
|
|
---
|
|
|
|
## 1. Go to the Environments section
|
|
|
|
Navigate to the `/environments` page (**Environments** sidebar option on the left nav), click on the **⋮** icon to open the options menu and select **Edit Environment** option:
|
|
|
|
<img src={require('../assets/user-guides/environment/edit-environment/step-1.png').default} />
|
|
|
|
## 2. Update Environment details
|
|
|
|
Update the details of the environment as required and click the **Save** button.
|
|
|
|
<img src={require('../assets/user-guides/environment/edit-environment/step-2.png').default} />
|
|
|
|
The updated environment details will appear in the list as shown:
|
|
|
|
<img src={require('../assets/user-guides/environment/edit-environment/step-3.png').default} />
|