Creates default jobs (background instances) for a specified machine with the given parameters.
CLI Usage: vastai set defjob <machine_id> --price_gpu <price> --price_inetu <price> --price_inetd <price> --image <image> [--args <args>]
Documentation Index
Fetch the complete documentation index at: https://vastai-80aa3a82-fix-stale-links.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
API key must be provided in the Authorization header
ID of the machine to create jobs for.
12345
Price per GPU per day.
0.5
Price for internet upload.
0.1
Price for internet download.
0.1
Docker image to use for the job.
"vastai/tensorflow"
Arguments for the Docker image.
["--arg1", "--arg2"]