Skip to content

systemslab context detach

Description Detach an experiment from a context.
Usage systemslab context detach <CONTEXT> <EXPERIMENT> [OPTIONS]

Description

The systemslab context detach command detaches an experiment from a context.

A context can only be modified in the open state. Attempting to modify a context once it has been marked complete will result in an error. Similarly, attempting to detach an experiment that is not attached to the context will also result in an error.

Options

OptionDefaultDescription

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.