# pw billing units create

> Source: https://parallelworks.com/docs/cli/pw/billing/units/create

## pw billing units create

Create a billing unit

```
pw billing units create <unit> [flags]
```

### Examples

```
  # A dollar-denominated unit at $0.01 per unit
  pw billing units create --cost-per-unit 0.01 core-hours
  
  # A non-dollar consumption unit (no USD rate; usage is measured in raw
  # SKU-weighted quantities, e.g. "premium requests")
  pw billing units create --rated-in-usd=false premium-requests
```

### Options

```
      --cost-per-unit float   USD per unit (only used when --rated-in-usd) (default 1)
  -h, --help                  help for create
      --org string            Target organization (defaults to current context)
  -o, --output string         Output format (table, json) (default "table")
      --rated-in-usd          Rate usage into USD via the unit's price; set false for a consumption unit measured in raw SKU-weighted quantities (default true)
```

### 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 billing units](/docs/cli/pw/billing/units)	 - Manage billing units and their pricing rules
