app-operations_manager

On this page:

deleteJobs

Summary

Deletes a list of provided root jobs and all their related items

Description

Only succeeds on completed or cancelled root jobs. Ignores jobs that don't fit that criteria. Recursively deletes children, tasks, job data, job history, and large files.

Route

POST /operations-manager/jobs/delete

Roles

admin apiwrite engineering operations

Parameters

DetailsExampleSchema
Name Type Required Description
jobIds array yes Array of job ids to remove.

Return

DetailsExampleSchema
Name Type Description
result object The result of the delete jobs operation.