Skip to main content
Version: 2.0.0

tdk cron disable

Disable a cron-triggered function

'tdk fn disable' restricted to functions that have a cron trigger; disabling an already-disabled one does nothing.

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