Update Deployment Status
Deployments
Update Deployment Status
Pause or resume a deployment.
| Action | Effect |
|---|---|
pause | Stop accepting inbound calls |
resume | Start accepting inbound calls again |
PUT
Update Deployment Status
Overview
Pause or resume a deployment. When paused, inbound calls to the deployment’s phone numbers are not answered. Available actions:| Action | Effect |
|---|---|
pause | Stop accepting inbound calls |
resume | Start accepting inbound calls again |
Authorizations
Body
application/json
Request body for changing a deployment's status.
Action to perform: pause or resume
Available options:
pause, resume Response
Successful Response
Full deployment details including agent configuration, inbound settings, and status.
Unique identifier for the deployment
Example:
"dep-a1b2c3d4"
ID of the agent
Example:
"my-support-agent"
Version of the agent
Example:
3
Telephony connection configurations
Direction of calls (inbound, outbound, or both)
Available options:
inbound, outbound, inbound_outbound User who created this deployment
Example:
"user@company.com"
Timestamp when created (ISO 8601)
Example:
"2026-03-01T10:00:00Z"
Timestamp when last updated (ISO 8601)
Example:
"2026-03-15T14:30:00Z"
Name of the deployment
Current status of the deployment
Available options:
active, paused Optional description
Inbound call schedule configuration
Example:
{
"start_time": "09:00",
"end_time": "18:00",
"allowed_days": [
"Monday",
"Tuesday",
"Wednesday",
"Thursday",
"Friday"
],
"timezone": "Asia/Kolkata"
}User who last updated this deployment