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

Manage environment scheduled actions

## Synopsis

[EXPERIMENTAL] Manage environment scheduled actions

A scheduled action runs against an environment on a cron schedule or at a single
point in time. Today the CLI exposes secret-rotation schedules.

## Options

```
  -h, --help   help for schedule
```

## Options inherited from parent commands

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

## SEE ALSO

* [esc env](/docs/esc/cli/commands/esc_env/)	 - Manage environments
* [esc env schedule edit](/docs/esc/cli/commands/esc_env_schedule_edit/)	 - Edit an environment scheduled action.
* [esc env schedule get](/docs/esc/cli/commands/esc_env_schedule_get/)	 - Show details for an environment scheduled action.
* [esc env schedule history](/docs/esc/cli/commands/esc_env_schedule_history/)	 - Show the execution history of an environment scheduled action.
* [esc env schedule list](/docs/esc/cli/commands/esc_env_schedule_list/)	 - List environment scheduled actions.
* [esc env schedule new](/docs/esc/cli/commands/esc_env_schedule_new/)	 - Create a new scheduled action on an environment.
* [esc env schedule remove](/docs/esc/cli/commands/esc_env_schedule_remove/)	 - Remove an environment scheduled action.


