---
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

---

[API](https://skmtc.net/onyx-dot-app/apis/agents-api.md) · [All operations](https://skmtc.net/onyx-dot-app/apis/agents-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onyx-dot-app/agents-api/versions/ea131344b29e/schema)
