Function Management
Updates metadata such as tags of the specified function version.
Updates metadata, such as tags, of the specified function version within the authenticated NVIDIA Cloud Account. Values specified in the payload completely override the existing values. Requires a bearer token with 'update_function' scope in the HTTP Authorization header.
put/v2/nvcf/metadata/functions/{functionId}/versions/{functionVersionId}
Path parameters
functionIdstring uuid required
Function id
functionVersionIdstring uuid required
Version id
Request body
Response
OK
Example response
{
"function": {
"health": {
"timeout": "PT10S"
}
}
}