expires
Sets whether Service information is removed during Service cleanup.
Example Request
PUT http://example.com:8080/livecluster/rest/service/expires
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
jobId |
Long |
Job ID for which the expiration flag needs to be updated |
3001310211432770499 |
expires |
Boolean |
Expired flag. True or false |
true |
Example Response
204 no content
Result: Service information is removed during Service cleanup when set to true.