Skip to Content
CLICommandskh workflow delete

kh workflow delete

Delete a workflow

kh workflow delete <workflow-id> [flags]

Examples

# Delete a workflow (will prompt for confirmation) kh wf delete abc123 # Delete without prompting kh wf delete abc123 --yes # Force delete a workflow that has execution history kh wf delete abc123 --force

Options

--force Force delete even if workflow has execution history -h, --help help for delete -y, --yes Skip confirmation prompt

Options 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

SEE ALSO