# pw subdomains reserve

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

## pw subdomains reserve

Reserve a subdomain for your user

### Synopsis

Reserve a subdomain: a label (my-app), which lands on the platform's default
sessions domain, or the full host under any registered sessions domain
(my-app.<sessions domain>).

```
pw subdomains reserve <subdomain> [flags]
```

### Examples

```
  # Reserve a label on the default sessions domain
  pw subdomains reserve my-app
  
  # Reserve the full host under a specific sessions domain
  pw subdomains reserve my-app.sessions.example.com
```

### Options

```
  -h, --help   help for reserve
```

### 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 subdomains](/docs/cli/pw/subdomains)	 - Reserve session subdomains
