cortex_cleanup_jobs
Delete Cortex jobs by status or age. Use dry run to preview matching jobs before deletion.
Instructions
Delete multiple jobs by status or age. Useful for cleaning up failed or old jobs.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| status | No | Delete jobs with this status | |
| olderThanDays | No | Delete jobs older than this many days | |
| dryRun | No | If true (default), only count matching jobs without deleting them | |
| limit | No | Maximum jobs to process (default: 100) |