Skip to content

Commit 3509687

Browse files
authored
Remove archiving all versions models
As archiving all versions of models is no more supported in SDK and CLI remove documentation about this
1 parent 902629d commit 3509687

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

articles/machine-learning/how-to-manage-models.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -517,12 +517,6 @@ You can archive all versions or only specific versions of a model. If you don't
517517

518518
# [Azure CLI](#tab/cli)
519519

520-
Archive all versions of a model:
521-
522-
```azurecli
523-
az ml model archive --name run-model-example
524-
```
525-
526520
Archive a specific model version:
527521

528522
```azurecli
@@ -531,12 +525,6 @@ az ml model archive --name run-model-example --version 1
531525

532526
# [Python SDK](#tab/python)
533527

534-
Archive all versions of a model:
535-
536-
```python
537-
ml_client.models.archive(name="run-model-example")
538-
```
539-
540528
Archive a specific model version:
541529

542530
```python

0 commit comments

Comments
 (0)