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