# geni workspace switch (/cli/workspace/switch)



```sh
geni workspace switch <slug>
```

Sets the active workspace to `<slug>`. Every subsequent command operates in that workspace until you switch again or override per-call with `--workspace`.

## Output [#output]

```
✓ Active workspace: acme (Acme Inc.)
```

If you only need to operate in another workspace for one command, prefer the per-call override:

```sh
geni --workspace <slug> <command>
```

Find available slugs with [`geni workspace list`](/cli/workspace/list).
