Moving input processors and feeds to new node

I am in the process of moving my emonTx’s over to a direct serial, is there a way of moving the input processors and logs to the new node that is created?
Failing that can I force it to change the Node 11 to emonTX_Node11?

PS I know I’ve only got three processors on node 11, but on my supply CT I’ve got 50+

Regards
Dave

If you are self-hosted you can probably rename all the “Node 11” entries to “emonTX_Node11” via the commandline or using mySQL or you should be able to copy the processlists over using the input api’s. eg get the processlist from the old input

https://myserver/input/process/get.json?inputid=1&apikey=123abc

and then use that list to set the new input’s proceslist

http://myserver/input/process/set.json?inputid=2&processlist=0:0,1:1,2:2&apikey=123abc

you can get all the inputid’s using

https://myserver/input/list.json