Retry channel provisioning
POST /api/channels/{channelId}/retry-provisioning
POST
/api/channels/{channelId}/retry-provisioning
Retry the provisioning process for a channel that is in ‘error’ status. This re-runs the provisioning workflow from the beginning, which may involve creating DNS records, configuring webhooks, or registering with external providers.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” channelId
required
string format: uuid
The unique identifier of the channel to retry provisioning for.
Responses
Section titled “ Responses ”The provisioning workflow was restarted.
Simple success acknowledgment returned by action endpoints (reply, resolve, take-over, etc.).
object
ok
required
Always true on success.
boolean
Example
trueNo channel exists with the given ID in the authenticated tenant.
Standard error response returned by all endpoints on failure.
object
error
required
A human-readable error message describing what went wrong.
string
Example
Conversation not found