---
title: "Toggle real call active status for a scorecard"
method: PATCH
path: "/api/v1/scorecards/{id}/toggle-real-call-active"
tags: ["scorecards"]
---

# Toggle real call active status for a scorecard

`PATCH /api/v1/scorecards/{id}/toggle-real-call-active`

## Path parameters

- `id` string, required

## Request body

- ScorecardToggleRequestDTO
  - `isActiveForRealCall` boolean, required — Whether this scorecard should be active for real-call analysis

## Response `201`

- ScorecardToggleResponseDTO
  - `id` string, required — The CMS scorecard ID
  - `isActiveForRealCall` boolean, required — The updated real-call active status for this scorecard

---

[API](https://skmtc.net/wejam/apis/jam.md) · [All operations](https://skmtc.net/wejam/apis/jam/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/wejam/jam/revisions/bd5a5f406bca/schema)
