stop

View as MarkdownOpen in Claude

Stop the service and run any cleanup tasks. This is a placeholder for future cleanup logic and currently performs no action.

Parameters

None.

Returns

None

Example

from signalwire import WebService
web = WebService(port=8002, directories={"/audio": "./audio_files"})
# ... after server has been running ...
web.stop()