# Update a Recording Use this endpoint for the [Recordings](./index.mdx) method to pause, resume or stop a Recording. You can control what happens while recording is paused (replace pause with silence or skip it). ## Parameters | Parameter | Description | |:--|:-| | Status required | The new status of the Recording. Possible values are paused, in-progress and stopped. | | PauseBehavior optional | What to do while recording is paused. Possible values are skip and silence. Default value is silence. | ## Request