---
title: "Update assistant information"
method: PUT
path: "/assist-ai/update_assistant_info/{assistant_id}"
tags: ["Assistants"]
---

# Update assistant information

`PUT /assist-ai/update_assistant_info/{assistant_id}`

Updates the basic information and configuration of an existing AI assistant

## Path parameters

- `assistant_id` string, uuid, required

## Request body

- UpdateAssistantInfoRequest
  - `name` string — Updated name for the assistant
  - `open_new_tab` boolean — Whether to open chat in a new tab
  - `question_suggestions` boolean — Whether to enable question suggestions
  - `initial_question` string — Initial question to display
  - `prompt` string — Custom prompt for the assistant
  - `status` 'active' | 'inactive' | 'processing' — Status of the assistant

## Response `200`

Assistant AI updated successfully

- object
  - `message` string

## Other responses

- `400` — Bad request - Invalid input parameters
- `401` — Unauthorized - Invalid or missing authentication
- `404` — Not found - Resource does not exist
- `500` — Internal server error

---

[API](https://skmtc.net/pandavideo/apis/api-v2.md) · [All operations](https://skmtc.net/pandavideo/apis/api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandavideo/api-v2/versions/4fbd3c623ca9/schema)
