Skip to main content

diagrid workflow purge

Purge a workflow execution

Description

Purge workflow execution state from the managed workflow store

diagrid workflow purge [flags]

Examples


# Purge a workflow execution
diagrid workflow purge --app-id my-app --instance-id my-instance

Options

  -a, --app-id string        [Required]: App ID used to orchestrate workflow
-i, --instance-id string [Required]: Instance ID of the workflow
-p, --project string Name of existing project
-o, --output string Output format, supported [table, yaml, json] (default "table")
-h, --help help for purge

Options inherited from parent commands

      --api-key string   Diagrid Cloud API key

SEE ALSO