---
title: esc env settings set | CLI commands
url: /docs/esc/cli/commands/esc_env_settings_set/
---

Set an environment setting

## Synopsis

Set an environment setting

This command sets the value of a single environment setting.

Available settings:
  deletion-protected  Enable or disable deletion protection

```
esc env settings set [<org-name>/][/]<environment-name> <setting-name> <setting-value> [flags]
```

## Options

```
  -h, --help   help for set
```

## Options inherited from parent commands

```
      --env string   The name of the environment to operate on.
```

## SEE ALSO

* [esc env settings](/docs/esc/cli/commands/esc_env_settings/)	 - Manage environment settings


