Function Management
Create Function
Creates a new function within the authenticated NVIDIA Cloud Account. Requires a bearer token with 'register_function' scope in the HTTP Authorization header.
post/v2/nvcf/functions
Request body
Example request
{
"health": {
"timeout": "PT10S"
}
}Response
OK
Example response
{
"function": {
"health": {
"timeout": "PT10S"
}
}
}