CLI reference / vast / auto-list

stado vast auto-list

Invocation

stado vast auto-list [OPTIONS]

Purpose

Daemon: list on Vast.ai when wisent-compute is idle, unlist when work appears

Required inputs and options

Input or optionContract
--idle-window-s <IDLE_WINDOW_S>Wisent-compute must be idle this many seconds before listing [default: 300]
--poll-interval-s <POLL_INTERVAL_S>Polling interval against configured Stado queue storage [default: 10]
--price-gpu <PRICE_GPU>Per-GPU-hour rental price USD when we list [default: 0.5]
--max-duration-s <MAX_DURATION_S>Cap the max rental length any Vast renter can buy from this offer (default 3600s = 1h). 0 to leave open-ended [default: 3600]
--dry-runPrint the toggle decisions without calling the Vast API

Output and state effect

It performs the operation described above and emits its operator result on standard output or standard error. Any state change is limited to the resources and records named by the purpose and options on this page.

Refusals

  • Wisent-compute must be idle this many seconds before listing [default: 300]
  • Before dispatch, Stado refuses a missing required token shown in the invocation, an unknown option, or a value outside a listed value set; argument-usage failures exit with code 2.