Skip to main content
Perform a self-test on the specified machine
This is a host command, used for managing machines you are renting out on Vast.ai.

Usage

vastai self-test machine <machine_id> [--debugging] [--explain] [--api_key API_KEY] [--url URL] [--retry RETRY] [--raw] [--ignore-requirements]

Arguments

machine_id
string
required
Machine ID

Options

--debugging
boolean
Enable debugging output
--ignore-requirements
boolean
Ignore the minimum system requirements and run the self test regardless

Description

This command tests if a machine meets specific requirements and runs a series of tests to ensure it’s functioning correctly.

Examples

vast self-test machine 12345
 vast self-test machine 12345 --debugging
 vast self-test machine 12345 --explain
 vast self-test machine 12345 --api_key <YOUR_API_KEY>

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)