Skip to main content
PUT
/
manage
/
admin
/
cc-pair
/
{cc_pair_id}
/
status
Update Cc Pair Status
curl --request PUT \
  --url https://cloud.onyx.app/api/manage/admin/cc-pair/{cc_pair_id}/status \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "status": "SCHEDULED"
}
'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Path Parameters

cc_pair_id
integer
required

Body

application/json
status
enum<string>
required
Available options:
SCHEDULED,
INITIAL_INDEXING,
ACTIVE,
PAUSED,
DELETING,
INVALID

Response

Successful Response