---
title: Channel pausing for EAS Update
authors: Juwan Wheatley
published: November 14, 2024
---

Developers can pause and resume updates directly on the channel details page on [expo.dev](https://expo.dev/) or via EAS CLI with the following commands:

```console
$ eas channel:pause <channel-name>
$ eas channel:resume <channel-name>
```

Check it out and let us know what you think!