This clears some or all of the currently queued tasks
Example
aiware clearBacklog X-Correlation-Id:value status=value engineID=value modifiedBefore=value modifiedAfter=value CreatedBefore=value CreatedAfter=value
Parameters
| Name | Type | Description | Notes |
|---|
| xCorrelationId | string | Correlation Id that can be passed, traced in the server and will be returned in the response if present in the request | [optional] [default to null] |
| status | EngineStatusEnum | Field to match the current status | [optional] [default to null] |
| engineID | string | Filter by engine id | [optional] [default to null] |
| modifiedBefore | integer | Filter by items modified before expressed as timestamp | [optional] [default to null] |
| modifiedAfter | integer | Filter by items modified after expressed as timestamp | [optional] [default to null] |
| createdBefore | integer | Filter items where created date is before this date | [optional] [default to null] |
| createdAfter | integer | Filter items where created date is after this date | [optional] [default to null] |
Return type
AdminCoreCreateResponse
Authorization
api_key
- Content-Type: Not Applicable
- Accept: application/json