Skip to main content
Transfer credits to another account

Usage

vastai transfer credit [--recipient EMAIL] [--amount DOLLARS] [RECIPIENT AMOUNT]

Arguments

recipient_pos
string
required
email (or id) of recipient account (positional; use —recipient to name)
amount_pos
number
required
dollars of credit to transfer (positional; use —amount to name)

Options

--recipient
string
email (or id) of recipient account
--amount
number
dollars of credit to transfer
--skip
boolean
skip confirmation

Description

Transfer credits to another account. This action is irreversible. Supports both named flags (recommended) and legacy positional arguments: vastai transfer credit —recipient user@example.com —amount 25.50 vastai transfer credit -r user@example.com -a 25.50 vastai transfer credit user@example.com 25.50

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)