Uninstalling Custom Files from ML Engine | Teradata Vantage - Uninstalling Custom Files - Teradata Vantage

Machine Learning User Guide

Product
Teradata Vantage
Release Number
9.01
1.3
Published
August 2020
Language
English (United States)
Last Update
2020-10-02
dita:mapPath
dci1595445931473.ditamap
dita:ditavalPath
dqp1599597541027.ditaval
dita:id
B700-4004
lifecycle
previous
Product Category
Teradata Vantageā„¢
An authorized user can uninstall a custom file from ML Engine in the default schema, public schema, or both.
Uninstall a custom file from the public schema only when you are sure that no other users need that file.
  • Uninstall the file from the default schema:
    CALL PM.REMOVE_AFILE ('file_name.txt')
  • Uninstall the file from the public schema:
    CALL PM.REMOVE_AFILE_FROM_PUBLIC ('file_name.txt')