empty_archive

Permanently delete every archived agent and workflow, tearing down each worktree that is still on disk.

AgentwritesidempotentdestructiveCLI only

It names nothing and cannot be undone, so read the archive first.

Calling it#

curl -X POST http://127.0.0.1:8787/agent.v1.AgentService/EmptyArchive \
  -H 'Content-Type: application/json' \
  -d '{}'

Request#

Empty#

No fields.

Response#

The same Empty as the request.