Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

DROP MODEL (SQL)

Deletes a model.

Synopsis

DROP MODEL model-name 

Arguments

model-name The name of the model to delete.

Description

The DROP MODEL command deletes a model and its corresponding class definition. It also purges any training runs and validation runs associated with the model.

Deleting a Non-Existent Model

The model must exist in the current namespace. Attempting to delete a non-existent model generates an SQLCODE —30 error.

Required Security Privileges

Calling DROP MODEL requires %MANAGE_MODEL privileges; otherwise, there is a SQLCODE –99 error (Privilege Violation). To assign %MANAGE_MODEL privileges, use the GRANT command.

See Also

FeedbackOpens in a new tab