> ## 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

> Leaves a workspace on Square Cloud.

Removes your own membership from a workspace owned by someone else, without deleting the workspace itself. The workspace ID is required. This is destructive: it asks for `y/N` confirmation before leaving. Pass `-y`/`--yes` to skip the prompt.

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

```bash theme={null}
squarecloud workspace leave <workspaceID> -y
# Leaves the workspace without a confirmation prompt.
```

Use `squarecloud workspace leave --help` for more information about this command.
