Uninstall UDFs | Teradata Vantage - Uninstall UDFs - Teradata Vantage

Machine Learning Engine User Guide

Product
Teradata Vantage
Release Number
9.02
9.2.4
9.2.3
2.3.2
1.3
Published
May 2022
Language
English (United States)
Last Update
2022-05-04
dita:mapPath
kaz1597341649653.ditamap
dita:ditavalPath
ehs1594682156756.ditaval
dita:id
B700-4004
lifecycle
previous
Product Category
Teradata Vantageā„¢

An authorized user can uninstall a UDF from their own schema or a public schema.

REST API

DELETE https://<CLUSTER_DOMAIN>/mlengine/udfmanager/api/v1/udfs/{UDFID}

Example Request

curl \
   -H "Accept: application/json" \
   -H "Authorization: Bearer <JWT token>" \
   -X DELETE \
   "https://<CLUSTER_DOMAIN>/mlengine/udfmanager/api/v1/udfs/e4349670-c7e3-4214-
    b133-66c5708a1787"

Example Response

HTTP/1.1 204 OK
Content-Type: "application/json"
{
  "name"."dtw.zip",
  "owner"."alice",
  "schema"."alice",
  "id":"e4349670-c7e3-4214-b133-66c5708a1787",
  "status":"Removed"
}