Skip to content

systemslab experiment delete

Description Delete an experiment.
Usage systemslab experiment delete <EXPERIMENT>

Description

The systemslab experiment delete command deletes an experiment. The experiment must not be in the pending state and must not be referenced by any contexts. Detach the experiment from all contexts before deleting it.

Options

OptionDefaultDescription
<EXPERIMENT>The experiment to delete.

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.