Is it possible to change update rate of entity at runtime?

Options
Could I change update rate at runtime like below? If I am wrong, then is it possible to change update rate at runtime?
BoltEntity entity = gameObject.GetComponent<BoltEntity>();
var mod = entity.ModifySettings()
mod.updateRate = 2;