Title: wp theme auto-updates
Published: May 14, 2021
Last modified: April 5, 2026

---

# 󠀁[wp theme auto-updates <command>](https://developer.wordpress.org/cli/commands/theme/auto-updates/)󠁿

Manages theme auto-updates.

## In this article

 * [Examples](https://developer.wordpress.org/cli/commands/theme/auto-updates/?output_format=md#examples)
 * [Subcommands](https://developer.wordpress.org/cli/commands/theme/auto-updates/?output_format=md#subcommands)

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

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

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

### 󠀁[Examples](https://developer.wordpress.org/cli/commands/theme/auto-updates/?output_format=md#examples)󠁿

    ```
    # Enable the auto-updates for a theme
    $ wp theme auto-updates enable twentysixteen
    Theme auto-updates for 'twentysixteen' enabled.
    Success: Enabled 1 of 1 theme auto-updates.

    # Disable the auto-updates for a theme
    $ wp theme auto-updates disable twentysixteen
    Theme auto-updates for 'twentysixteen' disabled.
    Success: Disabled 1 of 1 theme auto-updates.

    # Get the status of theme auto-updates
    $ wp theme auto-updates status twentysixteen
    Auto-updates for theme 'twentysixteen' are disabled.
    ```

### 󠀁[Subcommands](https://developer.wordpress.org/cli/commands/theme/auto-updates/?output_format=md#subcommands)󠁿

| Name | Description | 
| [wp theme auto-updates disable](https://developer.wordpress.org/cli/commands/theme/auto-updates/disable/) |

Disables the auto-updates for a theme.

  | 
| [wp theme auto-updates enable](https://developer.wordpress.org/cli/commands/theme/auto-updates/enable/) |

Enables the auto-updates for a theme.

  | 
| [wp theme auto-updates status](https://developer.wordpress.org/cli/commands/theme/auto-updates/status/) |

Shows the status of auto-updates for a theme.

  |

 _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._