---
title: "Update Existing Agent"
method: PUT
path: "/api/v1/workflow/dashboard/agents/{agent_id}"
tags: ["WORKFLOW_DASHBOARD"]
deprecated: true
---

# Update Existing Agent

`PUT /api/v1/workflow/dashboard/agents/{agent_id}`

> **Deprecated.**

## Path parameters

- `agent_id` string, required

## Request body

- AgentUpdateRequest
  - `name` string, nullable
  - `slug` string, nullable
  - `description` string, nullable
  - `instructions` string, nullable
  - `model` string, nullable
  - `model_config_` object, nullable
  - `tools` string[], nullable
  - `enabled` boolean, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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