Skip to main content
GuideServerConfigure and deploy Tabsdata servers on your machine.TutorialsConfigure data integration workflows within a running Tabsdata server.Advanced TutorialsBuild end-to-end workflows between two specific systems.API ReferenceCLI ReferenceRelease Notes
Version: 2.0.0

tdk trx cancel

Cancel a transaction and its non-committed function runs.

Canceled runs cannot be recovered.

tdk trx cancel \
--trx trx-8c1d40 \
--confirm confirm-example
FlagTypeRequiredDescription
--trxstringRequiredID of the transaction to cancel.
--confirmstringOptionalWrite 'cancel' to confirm cancellation. Will be prompted for it if not provided.