@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
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.
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.