tg-delete-flow-blueprint

Permanently deletes a flow blueprint definition from TrustGraph.

Synopsis

tg-delete-flow-blueprint -n BLUEPRINT_NAME [options]

Description

The tg-delete-flow-blueprint command permanently removes a flow blueprint definition from TrustGraph. This operation cannot be undone.

Warning: Deleting a flow blueprint that has active flow instances may cause those instances to become unusable.

Options

Required Arguments

Option Description
-n, --blueprint-name NAME Name of the flow blueprint to delete

Optional Arguments

Option Default Description
-u, --api-url URL $TRUSTGRAPH_URL or http://localhost:8088/ TrustGraph API URL
-t, --token TOKEN $TRUSTGRAPH_TOKEN Authentication token

Examples

Delete Flow Blueprint

tg-delete-flow-blueprint -n "old-processing-flow"

Environment Variables

  • TRUSTGRAPH_URL: Default API URL
  • TRUSTGRAPH_TOKEN: Default authentication token

API Integration

This command uses the Flow Blueprint API to delete blueprint definitions.