How do I create a new compute batch?

Table of Contents

Create a new compute batch via ores.cli. See the CLI inventory for sibling recipes.

Question

How do I create a new compute batch?

Answer

export ORES_CLI_DB_PASSWORD
./ores.cli compute batches add ${db_args} ${log_args} \
  --external-ref "eod-pricing-2026-03-20" \
  --status "open" \
  --modified-by admin

Emacs 29.3 (Org mode 9.6.15)