why compute cluster is not found in workspace

BS MEA 0 Reputation points
2025-03-19T17:31:39.1933333+00:00

Getting error while creating a ML job. I am selecting compute cluster then i get error msg "The AutoMLJob input is invalid. Compute bsmea1 not found in workspace" but works fine with serverless compute. this issue started today itself. job training with compute cluster was working fine before today.User's image

Azure Machine Learning
Azure Machine Learning
An Azure machine learning service for building and deploying models.
3,340 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Amira Bedhiafi 33,631 Reputation points Volunteer Moderator
    2025-03-19T21:55:53.72+00:00

    Hello BS MEA !

    Thank you for posting on Microsoft Learn.

    The Azure ML compute cluster that you are using, is either unavailable, deleted, or facing connectivity issues.

    Since this issue started today and was working fine previously, consider the following troubleshooting steps:

    Go to Azure ML Studio > Compute > Compute clusters. Check if the cluster is available, running, or deallocated. If the cluster is in a deleting or failed state, try recreating it.

    If the cluster is Stopped or Deallocated, start it manually. If it’s in an Error state, check logs for more details.

    You can run the following command to list available compute clusters:

    az ml compute list --resource-group <your-resource-group> --workspace-name <your-ml-workspace>
    
    

    https://learn.microsoft.com/en-us/answers/questions/1328231/error-input-request-is-invalid-on-automl-jobs

    https://stackoverflow.com/questions/78550892/unable-to-create-an-azure-machine-learning-workspace-using-the-cli


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.