Environment
An Environment represents your typical software deployment environments like Dev or Stage or Prod. There is no limit on number of Environments you can create. Connections are shared across Environments (in fact they are Shared across all apps in Datasert) and Jobs always belongs to only one Environment.
List Environments
To view list of Environments, click on Environments menu in the header, which would below Data Grid with all configured
Environments.

Create Environment
Click on the + icon in the Data Grid, which should show following dialog.
| Field | Description |
|---|---|
| Name | Enter any string which is descriptive of Environment you are creating but keep it short like dev or stage or prd |
| Status | Indicates which state the Environment is in. If it is Inactive then no jobs will be executed in this Environment |
| Connections | This section allows you to specify various default connections which all Jobs will make use of, unless individual Job is overridden with specific Connection. |
Edit Environment
Click on the Edit Icon in the Environment you want to edit and it should show the dialog
similar to New Environment.
Delete Environment
You can select one or more Environments using the Check box next to each row and then click on the Delete Icon in the Data Grid toolbar to delete. Application will prompt to confirm the Deletion and it will delete.
::: warning If there are any Jobs defined for any Environment which are being deleted, then such Environment cannot be deleted until all Jobs are deleted :::