v1

latestOpenAPI 3.0.1raw.githubusercontent.com2024-10-113944112.8 KB
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

tagsstring[]

Set of tags provided by user

Response

OK

Example response

{
  "function": {
    "health": {
      "timeout": "PT10S"
    }
  }
}