Skip to content

reasoners:create

Terminal window
rai reasoners:create [OPTIONS]

Create a reasoner.

OptionTypeDescription
--typetextReasoner type (Logic / Prescriptive / Predictive). If omitted, you’ll be prompted to select.
--nametextReasoner name. If omitted, you’ll be prompted to enter one.
--sizetextReasoner size. If omitted, you can choose (or use config default).
--auto-suspend-minsintegerAuto-suspend after N minutes of inactivity (optional).
--timeout-sintegerTimeout in seconds while waiting until the reasoner is READY. Default: 900.
--waitBooleanWait until the reasoner is READY before returning. Default: False.