Hi Raphy,
You'll need to clean up your local CTL depot's if you are rolling back
the project model. You can do this in a couple ways.
One way is to purge all the objects and then re-run install:
ctl-depot -p demo -a purge
ctl-depot -p demo -a install
Alternatively, you could use ctl-depot's strict option "-S" with the
"install" action:
ctl-depot -p demo -a install -S
This will run "Install" on all registered deployments for that Node
but then purge the ones that are no longer registered there.