Spring '21 (API version 51.0)
Newer Version Available
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);