?
Cancel a job
Cancels a job for good, keeping what it already processed.
admin.dataSourceJobs.cancel({ id })
Ends a job permanently. Unlike pause, it cannot be resumed; the documents it already added remain in the corpus. Use it to abandon a job you no longer want rather than to stop one temporarily.
Parameters
id
string
RequiredJob id (positional).
CLI
remy-admin datasources jobs cancel job_abc123