Setting decimation on a FIR filter dynamically

How do I set the decimation on a gr_fir_filter_fff() dynamically (that
is, after it has been
instantiated). I know that you can install new taps, but I’d like to
tweak the decimation
at runtime as well.