We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6b12588 + 8b8a320 commit e51d7b6Copy full SHA for e51d7b6
articles/machine-learning/how-to-manage-models.md
@@ -517,12 +517,6 @@ You can archive all versions or only specific versions of a model. If you don't
517
518
# [Azure CLI](#tab/cli)
519
520
-Archive all versions of a model:
521
-
522
-```azurecli
523
-az ml model archive --name run-model-example
524
-```
525
526
Archive a specific model version:
527
528
```azurecli
@@ -531,12 +525,6 @@ az ml model archive --name run-model-example --version 1
531
532
# [Python SDK](#tab/python)
533
534
535
536
-```python
537
-ml_client.models.archive(name="run-model-example")
538
539
540
541
529
542
530
```python
0 commit comments