Skip to content

systemslab postprocess

Description Run a postprocessing job for a successfully completed experiment.
Usagesystemslab postprocessing [OPTIONS]

Description

The systemslab postprocess command triggers a postprocessing job for a successfully completed experiment. Only a single postprocessing job is run at a time, so if another experiment is currently being postprocessed, the experiment is queued for subsequent postprocessing.

Options

OptionDefaultDescription
--experimentThe experiment ID to postprocess.
--configNoneProvide a custom postprocessing configuration. If not provided, either the config submitted during experiment creation or the default configuration is used. The config file is a TOML file and can override individual parameters in the original config.

Common Options

OptionDefaultDescription
--systemslab-url The URL at which to access the systemslab server.
--colorauto Controls when color is used in the output. Possible values are auto, always, and never.
--output-formatlong Output format to use when outputting messages. long will result output designed to be human-readable while short is short output meant to be used within scripts.

Environment Variables

VariableDescription
SYSTEMSLAB_URLSpecify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url.