Deleted Azure ML job stuck showing "Running" in Jobs list for a month

Claudiu Decean 0 Reputation points Microsoft Employee
2026-08-06T08:52:42.71+00:00

In Azure Machine Learning Studio, a job in workspace still appears in the Jobs list with status "Running", even though it was deleted about a month ago. Opening the job returns "The job doesn't exist or has been deleted."

The record is confirmed gone on every API surface — v1  Run , v2  jobs.get , and  jobs.archive  all return 404 "not found" — yet the Jobs list keeps rendering the row. So cancel/archive/delete/refresh have nothing to act on; it looks like an orphaned run-history list-index entry.
Question: How can this orphaned "Running" row be removed from the Jobs list, given the underlying run no longer exists?

Azure Machine Learning

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.