Stop Bot

Learn how to stop an active transcription bot and disconnect it from a meeting.

Overview

To stop a bot, send a DELETE request to the bot endpoint. The bot will disconnect from the meeting and the meeting status will change to completed.

Stop Bot Request
DELETE /bots/{platform}/{native_meeting_id}

Replace platform with google_meet or teams, and native_meeting_id with your meeting ID.

View full API reference
After Stopping

After stopping a bot:

  • The bot will disconnect from the meeting
  • The meeting status will change to completed
  • All transcripts remain available via REST API
  • WebSocket will send a meeting.status event with status completed
Fetch Final Transcript

After stopping, fetch the complete transcript via REST API.

View Transcripts API