conveyor stop-run
Terminate a run for a project
Synopsis
This command terminates the manual runs for a project. This is useful if you disconnected and are not attached to the logs anymore. It will only look for matching run that is in state running or pending and terminate them accordingly.
conveyor stop-run [flags]
Examples
For example if you want to delete all the manual runs for project your_project in environment development do:
conveyor project stop-run --name your_project --env dev
You can use the dag or task to filter on jobs from a certain dag and task:
conveyor project stop-run --name your_project --env dev --dag dag --task task
Options
      --dag string    The dag to run
      --env string    The environment to run in
  -h, --help          help for stop-run
      --id string     The id of the project
      --name string   The name of the project
      --path string   The location of the project (default ".")
      --task string   The task of the dag to run
Options inherited from parent commands
      --debug                        Show debug output
      --no-browser NO_BROWSER=true   Do not automatically open a browser at login instead print the url to the command line. You can also use the environment variable NO_BROWSER=true.
  -o, --output string                Change the output. Valid options are table or json (default "table")
      --quiet QUIET=true             Quiet down the output. You can also use the environment variable QUIET=true.
See also
- conveyor - A CLI to operate your Conveyor environments and projects