Skip to content

Commit e51d7b6

Browse files
Merge pull request #2345 from pdhotems/main
Remove archiving all versions models
2 parents 6b12588 + 8b8a320 commit e51d7b6

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)