Box2d change the object state after creation

Is there any possibility to change the size or state of already created bodies or shapes in box2d? I need to temporary deactivate objects from collision detection (like setting “is Sensor” temporarily) and also change their size. Or do I always have to rebuild the objects?!
Thanks in advance…