---
title: "Update Agent"
method: PUT
path: "/v1/agents/update"
tags: ["Agent Management"]
---

# Update Agent

`PUT /v1/agents/update`

Update an agent's name, description, deployment target, icon, generated questions, or reconfigure its YAML. Only the creator of the agent can perform this operation.

## Response `200`

Successful Response

- MessageResponse — Simple response containing a message string.
  - `request_metadata` ResponseMeta
    - `request_id` string, nullable — Unique request identifier for tracing and support.
  - `message` string, required — Human-readable result message.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/svahnar/apis/svahnar-apis.md) · [All operations](https://skmtc.net/svahnar/apis/svahnar-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/svahnar/svahnar-apis/versions/02cca47c900a/schema)
