> ## Documentation Index
> Fetch the complete documentation index at: https://vastai-80aa3a82-auto-cli-sdk-preview-pr-398.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# vastai show pending-price-increases

List pending price-increase challenges for the authenticated user

## Usage

```bash theme={null}
vastai show pending-price-increases [OPTIONS]
```

## Options

<ParamField path="--quiet" type="boolean">
  print only pending\_price\_increase\_id values, one per line
</ParamField>

## Description

Lists every pending price-increase challenge the backend has open for
you. Each row shows the per-resource old -> new prices and the cutover
boundary: the new rate applies only after each contract's current
end\_date — your remaining time on the current term is billed at the
original price.

Pipe the pending IDs to `vastai accept price-increase` or
`vastai reject price-increase` (use --quiet for one ID per line):

vastai show pending-price-increases --quiet

## Global Options

The following options are available for all commands:

| Option          | Description                                           |
| --------------- | ----------------------------------------------------- |
| `--url URL`     | Server REST API URL                                   |
| `--retry N`     | Retry limit                                           |
| `--raw`         | Output machine-readable JSON                          |
| `--explain`     | Verbose explanation of API calls                      |
| `--api-key KEY` | API key (defaults to `~/.config/vastai/vast_api_key`) |
