# pause The pause command waits silently for a specified number of seconds. ```json { "verb": "pause", "length": 3 } ``` You can use the following options in the `pause` action: | option | description | required | | ------------- |-------------| -----| | length | number of seconds to wait before continuing the app | yes |

Prev: listen Next: play