archive_workflow
Hide a workflow from the panel, archiving the agents inside it.
WorkflowwritesidempotentMCP tool
Nothing is destroyed: the agents stay findable through search_transcripts and no transcript goes with them. Refused while any schedule still launches into the workflow, since those would have nowhere to run.
Calling it#
curl -X POST http://127.0.0.1:8787/workflow.v1.WorkflowService/ArchiveWorkflow \
-H 'Content-Type: application/json' \
-d '{
"id": "<id>"
}'komrad rpc archive-workflow \
--id <string>{
"name": "archive_workflow",
"arguments": {
"id": "<id>"
}
}Offered by the komrad MCP server to orchestrator agents.
Request#
ArchiveWorkflowRequest#
| Field | Type | Description |
|---|---|---|
id | string | Which workflow to hide, archiving the agents inside it. required |
Response#
Empty#
No fields.