Skip to main content
  1. Docs
  2. esc env schedule remove | CLI commands

esc env schedule remove | CLI commands

Generated for Pulumi ESC CLI v0.24.0.

    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>/][<project-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