Skip to main content

Type Alias: DeployFunctionResponse

type DeployFunctionResponse: components["schemas"]["DeployFunctionResponse"];

Properties

PropertyTypeRequiredDescription
deploymentunknownYesThe deployment
invokeUrlstringYesPublic invoke URL (example: "https://ots.odin.4players.io/invoke/proj123/my-function")
messagestringYesStatus message (example: "Deployment started")

Defined in

4Players/cortex-typescript-sdk/src/resources/functions.ts:38