Dynamically sizing the volume of a running container

Is it possible to dynamically adjust the volume size of a running container?

My default answer to this would be that volumes don’t have allocated sizes and that you can’t dynamically adjust much on running containers.

What sort of volume is it that has a size? How would you change it if you were willing to stop the current container and create a new one?