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 fn disable

Disables a function

Disabling an already-disabled function does nothing.

tdk fn disable \
--proj quickstart \
--name read_world \
--coll sales_data
FlagTypeRequiredDescription
--proj, -PstringOptionalProject to target; overrides the pinned project. Prompted for when a command needs one and neither is set.
--name, -nstringRequiredName of the function to disable.
--coll, -cstringOptionalName of the collection to which the function belongs.