Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 824 Bytes

File metadata and controls

41 lines (29 loc) · 824 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

SEE ALSO