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
Comments
Please sign in to leave a comment.