tailorctl workspace workflow delete

Delete a workflow by ID or name.

This command permanently deletes a workflow and all its associated job functions. By default, it will prompt for confirmation before deletion. Use --force to skip the confirmation prompt for automation.

WARNING: This operation cannot be undone.

Usage

tailorctl workspace workflow delete [flags]

Flags

      --force                  Skip confirmation prompt
  -h, --help                   help for delete
      --workflow-id string     Workflow ID to delete
  -n, --workflow-name string   Workflow name to delete

Flags inherited from parent commands

  -w, --workspace_id string   workspace ID (overrides active context)

Examples

tailorctl workspace workflow delete --workflow-id wf_12345

tailorctl workspace workflow delete --workflow-name my-workflow

tailorctl workspace workflow delete -n my-workflow

tailorctl workspace workflow delete --workflow-id wf_12345 --force

See also