Is there a way to load YANG module during confd run time?

Hi,
Is there any possible way to load a new module into confd in run-time.
Let’s say I have confd up and running and would like to add a new module into it.
Is it possible to use cli or some RPC to load a module?

Thanks

This will need to be treated as an in-service data model upgrade operation. You can refer to Chapter 13, In-serivce Data Model Upgrade, of the ConfD UG for the detailed description of this feature as well as the available examples under the examples.confd/in_service_upgrade directory.