---
title: "Temporarily pauses the integration with the CRM."
method: PUT
path: "/api/operations/pause_crm_integration"
tags: ["Operations"]
---

# Temporarily pauses the integration with the CRM.

`PUT /api/operations/pause_crm_integration`

The CRM is taken offline for updates occasionally; this can result in errors when the API attempts to call out to the CRM. The CRM can call this endpoint to pause the API -> CRM integration (if not manually resumed it will auto-resume in 6 hours).

## Response `204`

No Content

- HealthCheckResponse
  - `gitCommitSha` string, nullable
  - `environment` string, nullable
  - `database` string, nullable
  - `hangfire` string, nullable
  - `crm` string, nullable
  - `redis` string, nullable
  - `notify` string, nullable
  - `status` string, nullable

## Other responses

- `401` — Unauthorized

---

[API](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1.md) · [All operations](https://skmtc.net/department-for-education/apis/get-into-teaching-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/department-for-education/get-into-teaching-api-v1/versions/5d53dbaed560/schema)
