Skip to content

systemslab context delete

Description Delete a context.
Usage systemslab context delete [OPTIONS] <CONTEXT>

Description

The systemslab context delete command deletes a context and all reports and artifacts associated with it.

By default, experiments referenced by the context are not deleted. To also remove experiments that exclusively belong to this context, use the --cascade flag. Experiments that belong to other contexts will not be deleted even when --cascade is specified.

Options

OptionDefaultDescription
<CONTEXT>The context to delete.
--cascade Also delete experiments that are only part of this context. Experiments that belong to other contexts will not be deleted.

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.