Azure / azure-sdk-for-python

This repository is for active development of the Azure SDK for Python. For consumers of the SDK we recommend visiting our public developer docs at https://docs.microsoft.com/python/azure/ or our versioned developer docs at https://azure.github.io/azure-sdk-for-python.
MIT License
4.38k stars 2.71k forks source link

Delete Job in Azure Machine Learning #31651

Open konabuta opened 11 months ago

konabuta commented 11 months ago

Is your feature request related to a problem? Please describe. I understand that job can be deleted from Azure ML Studio and REST API. Python SDK is not supported. It is complicated to implement python scripts to delete job using REST API.

Describe the solution you'd like Implement delete method in this code.

Describe alternatives you've considered Using REST API for an alternative.

github-actions[bot] commented 11 months ago

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @azureml-github @Azure/azure-ml-sdk.

konabuta commented 10 months ago

Any update on this?

cclaughton commented 9 months ago

+1 for feature request

smarie commented 9 months ago

Same here, very important feature !

BuntBaum commented 7 months ago

+1

SKoningScanplan commented 4 weeks ago

+1, I would also like this feature

diondrapeck commented 4 weeks ago

@konabuta Job supports archive which is a "soft delete": https://github.com/Azure/azure-sdk-for-python/blob/1f132e096608ffd703a7f4d1c1116deb0c9fce4f/sdk/ml/azure-ai-ml/azure/ai/ml/operations/_job_operations.py#L755