> ## Documentation Index
> Fetch the complete documentation index at: https://docs.enagrams.com/llms.txt
> Use this file to discover all available pages before exploring further.

# workstream_leave

> Leave a workstream without ending it for others

## Overview

Leave a workstream you previously joined. The workstream continues for other participants — use [`workstream_end`](/mcp/workstream-end) if you want to abandon it for the whole team.

## Parameters

| Parameter    | Type   | Required | Description             |
| ------------ | ------ | -------- | ----------------------- |
| `slug`       | string | Yes      | Workstream slug         |
| `session_id` | string | No       | Your current session id |

## Example

```json theme={null}
{
  "tool": "workstream_leave",
  "arguments": { "slug": "stripe-subscription-upgrades" }
}
```
