dograh/docs/api-reference/agents/archive.mdx

8 lines
313 B
Text
Raw Normal View History

---
title: "Archive Agent"
description: "Archive or restore a voice agent"
openapi: "PUT /api/v1/workflow/{workflow_id}/status"
---
Send `{"status": "archived"}` to deactivate an agent, or `{"status": "active"}` to restore it. Archived agents cannot receive calls but their history and definition are preserved.