Stop the Web Crawler
Permanently stops the web crawler by killing all running processes and removing the cron schedule. The crawler will not run again until manually restarted. If you only want to temporarily pause crawling, use the Pause API instead.
- GET https://opensolr.com/solr_manager/api/stop_crawl
- Parameters:
- email - (required) your opensolr registration email address
- api_key - (required) your opensolr api_key
- core_name - (required) the name of the index you wish to stop the web crawler for
-
Example: https://opensolr.com/solr_manager/api/stop_crawl?email=PLEASE_LOG_IN& api_key=PLEASE_LOG_IN&core_name=my_solr_core