v1

latestOpenAPI 3.0.1raw.githubusercontent.com2024-10-113944112.8 KB
Function Deployment

Deploy Function

Initiates deployment for the specified function version. Upon invocation of this endpoint, the function's status transitions to 'DEPLOYING'. If the specified function version is public, then Account Admin cannot perform this operation. Access to this endpoint mandates a bearer token with 'deploy_function' scope in the HTTP Authorization header.

post/v2/nvcf/deployments/functions/{functionId}/versions/{functionVersionId}

Path parameters

functionIdstring uuid required

Function id

functionVersionIdstring uuid required

Function version id

Request body

Response

OK