Scan Child Sites With Virusdie

By default, Virusdie will scan your sites automatically once per week on the free plan. If any problem is found, you will get a notification from the Virusdie service. To request the Scan process manually,
  1. Login to your MainWP Dashboard
  2. Go to the MainWP > Extensions > Virusdie page
  3. Locate the site that you want to scan
  4. Click the Scan buttonvirusdie-scan-new

Scan via WP CLI Command

wp mainwp-virusdie scan <id>
Don't forget to replace the <id> with the actual child site ID.

Scan via REST API

URI
/virusdie/scan
Method
POST
Required Parameters
  • site_id – (INT) ID of the child site
Example Request
https://example.com/wp-json/mainwp/v1/virusdie/scan?site_id=25&consumer_key=ck_b587c54fa39976a2ad47b8faf260de84beb70f5d&consumer_secret=cs_75f7a905fa7ae1243570425ede6be026f4731f9c


Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.