Skip to main content
DELETE
/
spark
/
driver
Stop the Spark driver process
import requests

url = "http://api/apollo/spark/driver"

response = requests.delete(url)

print(response.text)

Response

default

successful operation