kh run cancel
Cancel a run
kh run cancel <run-id> [flags]Examples
# Cancel a run (will prompt for confirmation)
kh r cancel abc123
# Cancel without prompting
kh r cancel abc123 --yesOptions
-h, --help help for cancelOptions inherited from parent commands
-H, --host string KeeperHub host (default: app.keeperhub.com)
--jq string Filter JSON output with a jq expression
--json Output as JSON
--no-color Disable color output
-y, --yes Skip confirmation promptsSEE ALSO
- kh run - Monitor workflow runs