---
title: "Reload Config"
method: POST
path: "/reload"
tags: ["Runtime"]
---

# Reload Config

`POST /reload`

Reload the agent configuration from the manager or a file.

The optional ``_auth`` dependency consults
``app.state.reload_auth`` (configured via ``create_app(reload_auth=...)``)
and, if set, invokes it. The configured callable is responsible for
raising :class:`fastapi.HTTPException` to deny the request.

## Request body

- ReloadRequest — Request body for reload endpoint.
  - `path` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/idun-group/apis/idun-agent-engine-server.md) · [All operations](https://skmtc.net/idun-group/apis/idun-agent-engine-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/idun-group/idun-agent-engine-server/versions/8909cd73cc1c/schema)
