I'm trying to save a little money by starting/stopping AML compute instance using python. However, I'm having a bit of trouble after following instructions here.
The instructions indicate that the following code should work using Python SDK azure-ai-ml v2:
ml_client.compute.begin_stop(ci_basic_name).wait()
However, I get the following error:
"message": "StopCompute is not supported for 'AmlCompute' computes."
If anyone has had this issue and has a work around, I'd very much appreciate it.