---
title: esc env schedule remove | CLI commands
url: /docs/esc/cli/commands/esc_env_schedule_remove/
---

Remove an environment scheduled action.

## Synopsis

[EXPERIMENTAL] Remove an environment scheduled action

This command removes the named scheduled action from the environment.
You will be prompted to confirm by typing `remove` unless --yes is passed.

```
esc env schedule remove [<org-name>/][/]<environment-name> <schedule-id> [flags]
```

## Options

```
  -h, --help   help for remove
  -y, --yes    skip confirmation prompts and proceed with removal anyway
```

## Options inherited from parent commands

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

## SEE ALSO

* [esc env schedule](/docs/esc/cli/commands/esc_env_schedule/)	 - Manage environment scheduled actions


