Skip to content

Commit aebfa39

Browse files
author
Larry Franks
committed
reemoving restore info per PM feedback
1 parent e7152b8 commit aebfa39

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

articles/machine-learning/how-to-manage-environments-v2.md

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -322,43 +322,6 @@ ml_client.environments.archive(name="docker-image-example", version="1")
322322

323323
---
324324

325-
You can restore an archived environment to no longer hide it from list queries.
326-
327-
If you archived all versions of an environment, you can't restore only a specific version - you'll need to restore all versions.
328-
329-
Restore all environment versions:
330-
331-
# [Azure CLI](#tab/cli)
332-
333-
```cli
334-
az ml environment restore --name docker-image-example
335-
```
336-
337-
# [Python SDK](#tab/python)
338-
339-
```python
340-
ml_client.environments.restore(name="docker-image-example")
341-
```
342-
343-
---
344-
345-
If only individual environment version(s) are archived, you can restore those individual version(s).
346-
347-
Restore a specific environment version:
348-
349-
# [Azure CLI](#tab/cli)
350-
351-
```cli
352-
az ml environment restore --name docker-image-example --version 1
353-
```
354-
355-
# [Python SDK](#tab/python)
356-
357-
```python
358-
ml_client.environments.restore(name="docker-image-example", version="1")
359-
```
360-
361-
---
362325

363326
## Use environments for training
364327

0 commit comments

Comments
 (0)