This is a host command, used for managing machines you are renting out on Vast.ai.
Usage
Arguments
string
required
Machine ID
Options
boolean
Enable debugging output
boolean
Ignore the minimum system requirements and run the self test regardless
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Host command
vastai self-test machine <machine_id> [--debugging] [--explain] [--api_key API_KEY] [--url URL] [--retry RETRY] [--raw] [--ignore-requirements]
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>
| 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) |