---
title: "Adjust various settings"
method: POST
path: "/api/v1/catalog/settings/{key}"
tags: ["settings"]
---

# Adjust various settings

`POST /api/v1/catalog/settings/{key}`

Adjusts various settings on the catalog service.

Query Parameters:
- **key**: The the key to adjust.
    - "plan" - Enables the logging of the DB query plan for queries for
    **value** seconds.  It will be scheduled to turn off automatically after
    that.

## Path parameters

- `key` string, required

## Query parameters

- `value` string, required

## Response `200`

Successful.

- unknown

## Other responses

- `422` — Request validation error

---

[API](https://skmtc.net/flox/apis/floxhub-catalog-server.md) · [All operations](https://skmtc.net/flox/apis/floxhub-catalog-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/flox/floxhub-catalog-server/revisions/05d6283fc201/schema)
