Pause Session
POST/api/power-dialer/sessions/:session_id/pause
Pause an active power dialer session.
Stops auto-dialing. User must resume to continue.
Args: session_id: Session identifier power_dialer_service: Injected power dialer service
Returns: Updated session status
Raises: HTTPException 404: If session not found HTTPException 500: If operation fails
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error