Skip to main content
DELETE
Stop running connector jobs

Query Parameters

connector
string
required

The connector type, to stop all jobs of that type. Use /connectors/plugins to get the types for all installed connectors.

collection
string
required

The collection name, to stop all jobs linked to that collection.

abort
boolean
default:false

True to abort the job.

waitTime
integer<int64>
default:100

The amount of time (in milliseconds) to wait for each job to be stopped.

Response

200 - application/json

OK