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>"
}'

Request#

ArchiveWorkflowRequest#

FieldTypeDescription
idstring

Which workflow to hide, archiving the agents inside it.

required

Response#

Empty#

No fields.