Summer '26 (API version 67.0)
You can temporarily deactivate a PushTopic, rather than deleting it, by setting the isActive field to false.
1PushTopic pt = new PushTopic(Id='0IFD0000000008jOAA', IsActive = false); 2update(pt);