Skip to main content
PUT
/
index-pipelines
/
{id}
/
refresh
Reload the specified pipeline
import requests

url = "http://api/apollo/index-pipelines/{id}/refresh"

response = requests.put(url)

print(response.text)

Path Parameters

id
string
required

The ID of a specific pipeline

Response

default

successful operation