How to stop export Jobs that is in CANCELLING state?

Question

How can I stop export jobs that are in the CANCELLING state?

Answer

To stop export jobs stuck in the CANCELLING state in Reltio, use the _forceStop API endpoint. This operation is available to users with administrative privileges.

Request

PUT {ExportServiceURL}/tasks/{taskId}/_forceStop

 

Response

{
  "status": "success"
}

 

This API call forcibly stops the specified export task. It is particularly useful when a task does not terminate as expected and remains in the CANCELLING state.

References

Was this article helpful?
0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.