/v1/organizations/{organizationId}/udfs/{functionName}/versionsDisclaimer: This beta endpoint is evolving; the API contract may change.
Consumes a source archive, assigns a version, and starts the UDF build. Optional configuration fields omitted from the request use the defaults documented in the request schema; values are not inherited from the previous version. Retry by requesting a new upload URL and re-uploading.
Path parameters
Request bodyJSON
One of the following:
- object
- object
Response
201
UDF version created and building.
400
The request cannot be processed due to a client error. Please verify your request parameters and try again.
403
Requested UDF features are not enabled.
404
UDF not found.
409
A concurrent request conflicted with this request.
410
The source archive is unavailable.
500
An internal server error has occurred. If this issue persists, please contact ClickHouse Cloud support for assistance.