---
title: "Update Cc Pair Status"
method: PUT
path: "/manage/admin/cc-pair/{cc_pair_id}/status"
tags: ["public"]
---

# Update Cc Pair Status

`PUT /manage/admin/cc-pair/{cc_pair_id}/status`

This method returns nearly immediately. It simply sets some signals and
optimistically assumes any running background processes will clean themselves up.
This is done to improve the perceived end user experience.

Returns HTTPStatus.OK if everything finished.

## Path parameters

- `cc_pair_id` integer, required

## Request body

- CCStatusUpdateRequest
  - `status` 'SCHEDULED' | 'INITIAL_INDEXING' | 'ACTIVE' | 'PAUSED' | 'DELETING' | 'INVALID', required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-02** `fcb09658bc37` — 2 info
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-01-06** `2d941ea53eb3` — 1 info
  - api tag `public` added
- **2025-08-21** `9321c45d93b5` — 1 info
  - api tag `public` removed

[Change history](https://skmtc.dev/onyx-dot-app/apis/onyx-api/changes/manage/admin/cc-pair/:cc_pair_id/status/put.md)

---

[API](https://skmtc.dev/onyx-dot-app/apis/onyx-api.md) · [All operations](https://skmtc.dev/onyx-dot-app/apis/onyx-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onyx-dot-app/onyx-api/revisions/fcb09658bc37/schema)
