Deleting a Model Deployment
Delete a Data Science model deployment from a project.
If you configured logs, you can manually delete the access and predict logs that are associated with a model deployment. By default the logs aren't deleted.
Model deployments that use the model deployment that you delete can't be used.
A notification is displayed indicating that the model deployment is deleted successfully. Use the oci data-science model-deployment delete command and required parameters to delete a model deployment:
oci data-science model-deployment delete --model-deployment-id
<model-deployment-id>
... [OPTIONS]For a complete list of flags and variable options for CLI commands, see the CLI Command Reference.
Use the DeleteModelDeployment operation to delete the model deployment.