argo stop <WORKFLOW1> <WORKFLOW2...>
Stop zero or more workflows allowing all exit handlers to run
Arguments
Name | Description |
---|
WORKFLOW1 | |
WORKFLOW2... | |
Options
Name | Description |
---|
--dry-run | If true, only stop the workflows that would be stopped, without stopping them |
--field-selector <string> | Selector (field query) to filter on supports '=' '==' and '!='.(e.g. --field-selector key1=value1,key2=value2). The server only supports a limited number of field queries per type |
-h, --help | Help for stop |
--message <string> | Message to add to previously running nodes |
--node-field-selector <string> | Selector of node to stop eg: --node-field-selector inputs.paramaters.myparam.value=abc |
-l, --selector <string> | Selector (label query) to filter on not including uninitialized ones supports '=' '==' and '!='.(e.g. -l key1=value1, key2=value2) |