Function Management
Create Function Version
Creates a version of the specified function within the authenticated NVIDIA Cloud Account. Requires a bearer token with 'register_function' scope in the HTTP Authorization header.
post/v2/nvcf/functions/{functionId}/versions
Path parameters
functionIdstring uuid required
Function id
Request body
Example request
{
"health": {
"timeout": "PT10S"
}
}Response
OK
Example response
{
"function": {
"health": {
"timeout": "PT10S"
}
}
}