batch-execution
Removes the information about a finished or failed Batch execution.
Example Request
DELETE http://example.com:8080/livecluster/rest/batch/batch-execution
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
instanceId |
Long |
Execution ID of Batch whose information needs to be removed |
39333184909810832 |
Example Response
204 no content
Result: Information about the finished or failed Batch execution is removed.