Update deployment
Update a deployment's configuration. You can update the name, description, agent version, connection config, and inbound schedule. Only include fields you want to change.
Path parameters
org_id
workspace_id
deployment_id
Request
This endpoint expects an object.
name
Updated deployment name
description
Updated deployment description
app_version
Updated agent version
connection_configs
Updated telephony connections
inbound_config
Updated inbound call schedule
Response
Successful Response
deployment_id
Unique identifier for the deployment
app_id
ID of the agent
app_version
Version of the agent
connection_configs
Telephony connection configurations
channel_direction
Direction of calls (inbound, outbound, or both)
created_by
User who created this deployment
created_at
Timestamp when created (ISO 8601)
updated_at
Timestamp when last updated (ISO 8601)
name
Name of the deployment
status
Current status of the deployment
description
Optional description
inbound_config
Inbound call schedule configuration
updated_by
User who last updated this deployment
Errors
422
Unprocessable Entity Error