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 plan cancel

Cancel a plan: every non-committed transaction in it is canceled.

Canceled runs cannot be recovered.

tdk plan cancel \
--plan pln-3f9a2b \
--confirm confirm-example
FlagTypeRequiredDescription
--planstringRequiredID of the plan to cancel.
--confirmstringOptionalWrite 'cancel' to confirm cancellation. Will be prompted for it if not provided.