cURL
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 } }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The agent ID
"Optimizer stopped successfully"
Show child attributes