Skip to main content
DELETE
/
solrAdmin
/
{searchClusterId}
/
{path}
Issue a Solr command to the specified search cluster
import requests

url = "http://api/apollo/solrAdmin/{searchClusterId}/{path}"

response = requests.delete(url)

print(response.text)

Path Parameters

searchClusterId
string
required

The Solr search cluster ID

path
string
required

The path to the Solr command to run

Response

default

successful operation