Appearance
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
| Option | Default | Description |
|---|---|---|
<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
| Option | Default | Description |
|---|---|---|
--systemslab-url | The URL at which to access the systemslab server. | |
--color | auto | Controls when color is used in the output. Possible values are auto, always, and never. |
--output-format | long | 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
| Variable | Description |
|---|---|
SYSTEMSLAB_URL | Specify the URL used to contact the SystemsLab server. Equivalent to --systemslab-url. |