invocation
Cancels a specific invocation specified by the given Service ID and Invocation ID.
Example Request
PUT http://example.com:8080/livecluster/rest/service/invocation
Example Input
Parameters
Parameter Name |
Data Type |
Description |
Sample Value |
jobId |
Long |
Service ID of the Service that needs to be canceled |
4697058754240048269 |
taskId |
Long |
Invocation ID of the Service that needs to be canceled |
5 |
Example Response
204 no content
Result: Specific invocation for given service ID and Invocation ID is canceled.