Skip to main content
Reject one or more pending host price increases

Usage

vastai reject price-increase ID [ID ...] [--yes]

Arguments

ids
integer
required
instance IDs to reject (one or more).

Options

--yes
boolean
skip the interactive prompt; required when stdin is not a TTY

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:
OptionDescription
--url URLServer REST API URL
--retry NRetry limit
--rawOutput machine-readable JSON
--explainVerbose explanation of API calls
--api-key KEYAPI key (defaults to ~/.config/vastai/vast_api_key)