> ## Documentation Index
> Fetch the complete documentation index at: https://doc.lucidworks.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Stop the Spark driver process



## OpenAPI

````yaml /api-reference/4.2/service-spark.json delete /spark/driver
openapi: 3.0.0
info:
  version: 4.2.6-rc1
  title: Fusion Service spark
servers:
  - url: /api/apollo/
security: []
tags:
  - name: spark
paths:
  /spark/driver:
    delete:
      tags:
        - 4.2 Spark API
      summary: Stop the Spark driver process
      operationId: stopSparkContext
      responses:
        default:
          description: successful operation

````