Run
Custom CLI workflow command for `boltz-api predictions:adme run`.
Start an ADME prediction, wait for completion, and persist results
This is CLI workflow behavior, not a standalone REST endpoint. It composes generated API commands from this resource to submit work, wait for completion, and persist local results.
boltz-api predictions:adme runOptions
Section titled “Options”| Option | Description |
|---|---|
--input [ --input ] | ADME prediction input. Pass inline JSON/YAML, or use @json://... / @yaml://... for larger molecule batches. Include molecules with SMILES and optional IDs. Keep --model, --idempotency-key, and --workspace-id as top-level flags. |
--model string | Model to use for prediction |
--idempotency-key string | Client-provided key to prevent duplicate submissions on retries |
--workspace-id string | Target workspace ID (admin keys only; ignored for workspace keys) |
--name string | Local run directory name under --root-dir |
--run-dir string | Explicit local run directory path |
--root-dir string | Root directory for generated local run directories (default: "boltz-experiments") |
--poll-interval-seconds float | Polling interval while waiting for remote results (default: 5) |
--progress-format jsonl | Format for progress logs written to stderr (jsonl or text). jsonl is the default agent-friendly format. (default: "jsonl") |
--verbose, -v | Print text progress logs to stderr when --progress-format text is selected (default: false) |
--help, -h | show help |