Manage functions¶
The Snowflake REST Function API provides the following Snowflake endpoints to manage Snowflake functions:
Endpoint |
Description |
---|---|
|
Lists the user functions under the database and schema. |
|
Creates a function. |
|
Fetches a function using the DESCRIBE COMMAND output. |
|
Deletes a function with the given name and args. |
|
Executes a function. |
For reference documentation, see Snowflake Grant API reference.