---
title: "Update Expert Status"
method: PUT
path: "/api/v1/experts/status"
tags: ["Experts"]
---

# Update Expert Status

`PUT /api/v1/experts/status`

Update expert availability status

Frontend options map to:
- "Available" → status="available", pause_schedule=false
- "Offline" (scheduled return) → status="offline", pause_schedule=false  
- "Offline Indefinitely" → status="offline", pause_schedule=true

System automatically manages BUSY state during active work.

## Request body

- StatusUpdate
  - `status` string, required
  - `pause_schedule` boolean

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/humwork/apis/humwork-ai.md) · [All operations](https://skmtc.dev/humwork/apis/humwork-ai/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/humwork/humwork-ai/revisions/38d9dc5f27e6/schema)
