# pw workspace

> Source: https://parallelworks.com/docs/cli/pw/workspace

## pw workspace

Manage your user workspace

### Synopsis

The **pw workspace** command group has commands for the user workspace, the
per-user container that hosts your workflows, IDE, and terminal.

An idle workspace is scaled down automatically and started again on demand,
so an off or stopped workspace is normal. Connect to a running workspace
with **pw ssh workspace**.

```
pw workspace [flags]
```

### Options

```
  -h, --help   help for workspace
```

### Options inherited from parent commands

```
      --context string         The context to use. Overrides PW_CONTEXT environment variable and current context from config.
      --platform-host string   The Parallel Works ACTIVATE platform host to use. Overrides PW_PLATFORM_HOST environment variable and the current context's server.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw](/docs/cli/pw)	 - The Parallel Works ACTIVATE CLI
* [pw workspace restart](/docs/cli/pw/workspace/restart)	 - Restart a user workspace
* [pw workspace start](/docs/cli/pw/workspace/start)	 - Start your user workspace
* [pw workspace status](/docs/cli/pw/workspace/status)	 - Show the workspace status
