---
title: "Update Agent Config"
method: PUT
path: "/api/v1/agents/{agent_name}"
tags: ["health"]
---

# Update Agent Config

`PUT /api/v1/agents/{agent_name}`

Update configuration for a specific agent (model settings, voice, etc.).
Changes are applied to the runtime instance but not persisted to YAML files.

## Path parameters

- `agent_name` string, required

## Request body

- AgentConfigUpdate
  - `model` AgentModelUpdate
    - `deployment_id` string, nullable
    - `temperature` number, nullable
    - `top_p` number, nullable
    - `max_tokens` integer, nullable
  - `voice` AgentVoiceUpdate
    - `voice_name` string, nullable
    - `voice_style` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/azure/apis/real-time-voice-agent-api.md) · [All operations](https://skmtc.net/azure/apis/real-time-voice-agent-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/azure/real-time-voice-agent-api/revisions/3e24c76dccd5/schema)
