mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
7 lines
313 B
Text
7 lines
313 B
Text
---
|
|
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.
|