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

# squarecloud workspace leave

> 退出一个 workspace。

移除你在他人拥有的 workspace 中的成员身份，但不会删除该 workspace 本身。workspace ID 为必填项。此操作具有破坏性：退出前会要求 `y/N` 确认。传入 `-y`/`--yes` 可跳过该提示。

```bash theme={null}
squarecloud workspace leave <workspaceID>
```

```bash theme={null}
squarecloud workspace leave <workspaceID> -y
# 退出 workspace，不询问确认。
```

使用 `squarecloud workspace leave --help` 获取有关此命令的更多信息。
