Syntax

suprsend workflow disable <workflow-slug> [flags]
Arguments:
  • <workflow-slug> - Slug of the workflow to disable (required)

Example

# Disable workflow in default workspace
suprsend workflow disable my-workflow

# Disable workflow in another workspace
suprsend workflow disable user-signup --workspace production