tdk fn disable
Disables a function
Disabling an already-disabled function does nothing.
tdk fn disable \
--proj quickstart \
--name read_world \
--coll sales_data
| Flag | Type | Required | Description |
|---|---|---|---|
--proj, -P | string | Optional | Project to target; overrides the pinned project. Prompted for when a command needs one and neither is set. |
--name, -n | string | Required | Name of the function to disable. |
--coll, -c | string | Optional | Name of the collection to which the function belongs. |