Create or update function deployment by environment name
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
Name of the function
Name of the environment
Body
Function deployment configuration
The date and time when the resource was created
The user or service account who created the resource
The date and time when the resource was updated
The user or service account who updated the resource
Function configuration, this is a key value storage. In your function you can retrieve the value with config[key]
Function description, very important for the agent function to work with an LLM
Whether the function deployment is enabled
The name of the environment
Types of hardware available for deployments
The name of the function
The integration connections for the model deployment
The kit of the function deployment
Labels
Function parameters, for your function to be callable with Agent
The pod template, should be a valid Kubernetes pod template
Set of configurations for a deployment
Configuration for a serverless deployment
Create from a store registered function
The workspace the function deployment belongs to
Response
Function deployment configuration
The date and time when the resource was created
The user or service account who created the resource
The date and time when the resource was updated
The user or service account who updated the resource
Function configuration, this is a key value storage. In your function you can retrieve the value with config[key]
Function description, very important for the agent function to work with an LLM
Whether the function deployment is enabled
The name of the environment
Types of hardware available for deployments
The name of the function
The integration connections for the model deployment
The kit of the function deployment
Labels
Function parameters, for your function to be callable with Agent
The pod template, should be a valid Kubernetes pod template
Set of configurations for a deployment
Configuration for a serverless deployment
Create from a store registered function
The workspace the function deployment belongs to