## Pause **post** `/call/{id}/pause` Pause a call's retry loop. The current in-progress attempt (if any) will finish, but no new attempts will be started until the call is resumed. ### Path Parameters - `id: string` ### Returns - `success: boolean` ### Example ```http curl https://www.getrevox.com/api/call/$ID/pause \ -X POST \ -H "Authorization: Bearer $REVOX_API_KEY" ```