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

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