Skip to main content
Version: 0.8.0-incubating

delete model version by alias

DELETE 

/metalakes/:metalake/catalogs/:catalog/schemas/:schema/models/:model/aliases/:alias

delete model version by alias

Request

Path Parameters

    metalake stringrequired

    The name of the metalake

    catalog stringrequired

    The name of the catalog

    schema stringrequired

    The name of the schema

    model stringrequired

    The name of the model

    alias stringrequired

    The alias of the model version

Responses

Represents a response for a drop operation

Schema

    code int32

    Possible values: [0]

    Status code of the response

    dropped boolean

    Whether the drop operation was successful

Loading...