Skip to main content

Overview

Leave a workstream you previously joined. The workstream continues for other participants — use workstream_end if you want to abandon it for the whole team.

Parameters

ParameterTypeRequiredDescription
slugstringYesWorkstream slug
session_idstringNoYour current session id

Example

{
  "tool": "workstream_leave",
  "arguments": { "slug": "stripe-subscription-upgrades" }
}