Workflows
Archive Workflow
Archive a workflow artifact (soft delete).
Sets deleted_at on the workflow and its variants. Archived workflows are hidden from queries unless include_archived=true. Revision IDs remain resolvable so historical traces stay intact.
See: Versioning.
post/workflows/{workflow_id}/archive
Path parameters
workflow_idstring uuid required
Response
Successful Response