I have a job that running I don't know from where and I don't know how to stop it

Good Mood 0 Reputation points
2023-06-06T13:47:18.05+00:00

hello, in my AzureML workspace i have a run 50f93c83-8248-47b1-a641-2800daf6910c . I can't stop it because Idk where it turn. Could you please suggest anything? thanks

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,018 questions
Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,112 questions
{count} votes

1 answer

Sort by: Most helpful
  1. AshokPeddakotla-MSFT 35,096 Reputation points
    2023-06-07T06:41:02.7033333+00:00

    @Good Mood Welcome to Microsoft Q&A forum!

    in my AzureML workspace i have a run 50f93c83-8248-47b1-a641-2800daf6910c . I can't stop it because Idk where it turn. Could you please suggest anything? thanks

    As per my understanding you would like to cancel/stop the job running in your ML studio and you were unable to get the job details correct?

    To view Job Details:

    Goto your ML Studio-> Click Jobs-> Select Job -> Overview

    User's image

    User's image

    To Cancel Job:

    You can Goto your Jobs tab in ML Studio and see the list of Jobs running. Select the Job you would like to cancel and click cancel.

    Please see below for reference.

    User's image

    Alternatively, you can also use az ml job cancel -n <your job name> in the CLI. Refer az ml job cancel for more details.

    Ex:

    az ml job cancel --name your-job-id --resource-group your-resource-group --workspace-name your-workspace
    

    I would suggest you, please see Monitor and analyze jobs in studio and Debug jobs and monitor training progress for detailed information on monitoring and debugging the jobs.

    Hope this helps. Do let us know if you have any further queries.

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

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