You can temporarily deactivate a PushTopic, rather than deleting it, by setting the isActive field to false.
To deactivate a PushTopic,
1. Run the below SOQL in Developer Console
- SELECT Id, Name, IsActive FROM PushTopic
2. Set IsActive = false and click Save Rows button.