Skip to main content
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

...