Updating BlynkTimer interval inside Python script

Hello everybody,

I searched very long for the solution but couldn’t find anything on the internet. I simply want to update the interval (example: from 5sec to 10sec) of an already created and running timer inside my Python script (Raspberry Pi)

This example can be used:

If it is not possible to update, how could I recycle the timer as I already know how to register a timer programmatically.

This is the blinktimer library just in case someone can find something useful there for this issue:

Thank you in advance