# pw subdomains

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

## pw subdomains

Reserve session subdomains

### Synopsis

Reserve session subdomains so no other user can claim them. A reserved
subdomain stays yours even while no session is serving it — use it later
with **pw endpoints --subdomain NAME** or when creating a session.

Requires the platform to have a sessions domain registered.

### Options

```
  -h, --help   help for subdomains
```

### 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. Will override any other platform host settings.
  -v, --verbose                Enable verbose logging
```

### SEE ALSO

* [pw](/docs/cli/pw)	 - The Parallel Works ACTIVATE CLI
* [pw subdomains list](/docs/cli/pw/subdomains/list)	 - List your reserved subdomains
* [pw subdomains release](/docs/cli/pw/subdomains/release)	 - Release a reserved subdomain
* [pw subdomains reserve](/docs/cli/pw/subdomains/reserve)	 - Reserve a subdomain for your user
