Skip to content

Latest commit

 

History

History
43 lines (30 loc) · 900 Bytes

File metadata and controls

43 lines (30 loc) · 900 Bytes

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
      --org string    Organization ID to use (overrides default from auth)

SEE ALSO