Skip to main content

Run plugin

Run Cognite Functions locally and live.

Pull plugin

Download a governed configuration created or updated in the CDF application, to your local machine.

Dump plugin

Download the configuration of a CDF resource to your local machine.

Data plugin

Download, upload, and delete data in Cognite Data Fusion.
Plugins are only supported for Cognite Toolkit version 0.3.0 and later.

Enable and disable plugins

To enable or disable plugins, edit your cdf.toml file. This example enables the run and dump plugins, and disables the pull plugin:
...

[plugins]
run = true
dump = true
pull = false

...
Last modified on January 27, 2026