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.

    1. From the model deployments page, select the name of the model deployment. If you need help finding the list of model deployments, see Listing Model Deployments.
    2. Select Delete.
    3. Enter the name of the model deployment that you want to delete exactly as it appears, and then select Delete.
    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.