> ## 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 reject price-increase

Reject one or more pending host price increases

## Usage

```bash theme={null}
vastai reject price-increase ID [ID ...] [--yes]
```

## Arguments

<ParamField path="ids" type="integer" required>
  instance IDs to reject (one or more).
</ParamField>

## Options

<ParamField path="--yes" type="boolean">
  skip the interactive prompt; required when stdin is not a TTY
</ParamField>

## Description

Tombstones the matching pending rows on the backend (no cutover follows).
Use `vastai show pending-price-increases` to review the rows first; the
CLI fans out one PUT per instance ID.

Exit codes mirror `accept price-increase`:
0 — every requested row was rejected
1 — at least one row failed (non-stale)
2 — at least one row was stale

## 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`) |
