---
title: "Mark a catalog as disabled or re-enable catalog"
method: PATCH
path: "/catalogs/{catalogHrn}/status"
tags: ["config"]
---

# Mark a catalog as disabled or re-enable catalog

`PATCH /catalogs/{catalogHrn}/status`

Allows to mark a catalog status as disabled or to re-enable it.

## Path parameters

- `catalogHrn` string, required

## Request body

- CatalogStatusRequestBody
  - `disabled` boolean, required — If set to true, then no data reads and writes can be performed against the catalog while disabled. To re-enable, set to false.

## Response `200`

OK

- CatalogStatusResult
  - `disabled` boolean — Disabled status for catalog. If set to true, then no data reads and writes can be performed against the catalog while disabled. To re-enable, set to false.
  - `updated` string — Timestamp, in ISO 8601 format, when the catalog status was last updated.
  - `id` string — The unique ID of the user or application that disabled/re-enabled the catalog.

## Other responses

- `400` — Bad Request - indicates that your request failed fast validation such as syntax or some logical errors.
- `401` — Unauthorized
- `403` — Forbidden - Access to this catalog is forbidden.
- `404` — Not Found - A catalog with the specified HRN doesn't exist.
- `409` — Conflict - The catalog with the specified HRN is in the process of being updated.

---

[API](https://skmtc.dev/here/apis/query-api-v1.md) · [All operations](https://skmtc.dev/here/apis/query-api-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/here/query-api-v1/revisions/30e5d2645407/schema)
