# pw billing skus update

> Source: https://parallelworks.com/docs/cli/pw/billing/skus/update

## pw billing skus update

Update mutable fields of a SKU

```
pw billing skus update <unit> <sku-id> [flags]
```

### Examples

```
  # Fix a typo'd code
  pw billing skus update --code SLURM_GPU_HOUR core-hours <sku-id>
  
  # Rename and recategorize (type/subtype changes affect only future billing)
  pw billing skus update --name "GPU Node Hour" --subtype GpuHour core-hours <sku-id>
```

### Options

```
      --code string          New SKU code
      --description string   New description
  -h, --help                 help for update
      --name string          New display name
      --org string           Target organization (defaults to current context)
  -o, --output string        Output format (table, json) (default "table")
      --subtype string       New SKU subtype
      --type string          New SKU type
```

### 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 skus](/docs/cli/pw/billing/skus)	 - Manage SKUs and their rate multipliers within a unit
