Skip to content

systemslab context cancel

Description Cancel a context along with all of its experiments.
Usage systemslab context cancel <CONTEXT>

Description

The systemslab context cancel command cancels a context along with all of its contained experiments. Any experiments that are currently within the work queue will be removed immediately.

INFO

While the cancelled experiments are removed from the job queue immediately, the transition from the pending state to the cancelled state happens in the background so it may take some time before the experiments appear to be cancelled.

Options

OptionDefaultDescription
<CONTEXT>The context to cancel.

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.