AdminPurgeJobsRequest
AdminPurgeJobsRequest documentation for JavaScript SDK
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| olderThan | String | ISO-8601 timestamp cutoff; only terminal jobs older than this instant are eligible. | [optional] |
| statuses | [String] | Optional terminal background job statuses to target for purging. | [optional] |
| dryRun | Boolean | If true, report purge counts without deleting any rows. | [optional] |
| limit | Number | Maximum number of jobs to purge in this request. | [optional] |