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