Skip to content

Commit 6c96c9d

Browse files
committed
fix
1 parent 009e519 commit 6c96c9d

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

articles/machine-learning/how-to-deploy-mlflow-models-online-progressive.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -490,7 +490,7 @@ Let's imagine that there is a new version of the model created by the developmen
490490
)
491491
```
492492
493-
### Progressively update the traffic
493+
## Progressively update the traffic
494494
495495
One we are confident with the new deployment, we can update the traffic to route some of it to the new deployment. Traffic is configured at the endpoint level:
496496
@@ -646,4 +646,12 @@ ml_client.online_endpoints.begin_delete(name=endpoint_name)
646646

647647
```python
648648
deployment_client.delete_endpoint(endpoint_name)
649-
```
649+
```
650+
651+
> [!IMPORTANT]
652+
> Notice that deleting an endpoint also deletes all the deployments under it.
653+
654+
## Next steps
655+
656+
- [Deploy MLflow models to Batch Endpoints](how-to-mlflow-batch.md)
657+
- [Using MLflow models for no-code deployment](how-to-log-mlflow-models.md)

0 commit comments

Comments
 (0)