Skip to main content
POST
/
v1
/
voice
/
agents
/
{agent}
/
optimizer
/
stop
Stop optimizer testing
curl --request POST \
  --url https://api.comm.com/api/v1/voice/agents/{agent}/optimizer/stop \
  --header 'Authorization: Bearer <token>'
{
  "message": "Optimizer stopped successfully",
  "optimizer": {
    "id": "<string>",
    "is_active": true
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent
string<uuid>
required

The agent ID

Response

message
string
required
Example:

"Optimizer stopped successfully"

optimizer
object
required