***
id: a4ca97c0-255d-4600-b018-a47ef683820e
title: Stop Call Recording
description: Call Flow Builder node to stop recording a call.
slug: /reference/stop-call-recording
max-toc-depth: 3
----------------
Stops the specified recording action.
Reference the recording URL in other nodes in the Flow using the variable `%{record_call_url}`.
You can also access the recording URL from the call log details in your [RELAY Space](https://my.signalwire.com/?page=relay).
## **Node Settings**
The name of the recording to stop. This should be connected to a [Start Call Recording](/docs/call-flow-builder/reference/start-call-recording) node and match the recording name.
## **Example**
You can pair this node with a [Request](/docs/call-flow-builder/reference/request) node to send the recording URL to the webhook of your choice.
Please note that any later recordings in the Flow will overwrite the `%{record_call_url}` variable,
so the Request node should immediately follow this Stop Call Recording node or use
[Set Variables](/docs/call-flow-builder/reference/set-variables) to save this URL for a later request.
