Title: wp cron schedule
Published: February 5, 2018
Last modified: June 28, 2026

---

# 󠀁[wp cron schedule <command>](https://developer.wordpress.org/cli/commands/cron/schedule/)󠁿

Gets WP-Cron schedules.

## In this article

 * [Examples](https://developer.wordpress.org/cli/commands/cron/schedule/?output_format=md#examples)
 * [Subcommands](https://developer.wordpress.org/cli/commands/cron/schedule/?output_format=md#subcommands)

[ Back to top](https://developer.wordpress.org/cli/commands/cron/schedule/?output_format=md#wp--skip-link--target)

 [ ⌊GitHub⌉ ](https://github.com/wp-cli/cron-command)

 [ View Open Issues (0) ](https://github.com/login?return_to=%2Fissues%3Fq%3Dlabel%3Acommand%3Acron-schedule+sort%3Aupdated-desc+org%3Awp-cli+is%3Aopen)
[ View Closed Issues (2) ](https://github.com/login?return_to=%2Fissues%3Fq%3Dlabel%3Acommand%3Acron-schedule+sort%3Aupdated-desc+org%3Awp-cli+is%3Aclosed)
[Create New Issue](https://github.com/wp-cli/cron-command/issues/new)

### 󠀁[Examples](https://developer.wordpress.org/cli/commands/cron/schedule/?output_format=md#examples)󠁿

    ```
    # List available cron schedules
    $ wp cron schedule list
    +------------+-------------+----------+
    | name       | display     | interval |
    +------------+-------------+----------+
    | hourly     | Once Hourly | 3600     |
    | twicedaily | Twice Daily | 43200    |
    | daily      | Once Daily  | 86400    |
    +------------+-------------+----------+
    ```

### 󠀁[Subcommands](https://developer.wordpress.org/cli/commands/cron/schedule/?output_format=md#subcommands)󠁿

| Name | Description | 
| [wp cron schedule list](https://developer.wordpress.org/cli/commands/cron/schedule/list/) |

List available cron schedules.

  |

 _Command documentation is regenerated at every release. To add or update an example,
please submit a pull request against the corresponding part of the codebase._