delete trained-model

The delete trained-model command deletes a trained ML model. The ML model must not be a registered model or its registered model state must be DELETED before you delete the trained ML model.

Syntax

delete trained-model <model name>,<run id>

Parameters

Parameter
Description

<model name>

The name of the ML model

<run id>

The specific training run identifier

Example

delete trained-model trip_fare_2_ml_model,1

Last updated