agnify templates
agnify templates delete
Section titled “agnify templates delete”Delete an org template. Creator or org owner/admin only.
Usage
agnify templates delete TEMPLATE_IDArguments
| Name | Description |
|---|---|
TEMPLATE_ID | Template id, or a unique id prefix (≥4 chars). |
agnify templates list
Section titled “agnify templates list”List pipeline templates — org templates first, then built-in.
Use one as the --pipeline / --template argument to commands
like agnify ingest file or agnify run create.
Usage
agnify templates listagnify templates save
Section titled “agnify templates save”Save an execution’s snapshot as a reusable org template.
Source inputs (file_ids / bucket_url / stream url) are stripped server-side
— the template carries only the analysis shape, and a fresh input gets
injected when you next instantiate it via agnify run create.
Usage
agnify templates save [OPTIONS] EXECUTION_IDArguments
| Name | Description |
|---|---|
EXECUTION_ID | Execution UUID, or a unique id prefix (≥4 chars, like a git commit). |
Options
| Flag | Description |
|---|---|
--name, -n | Template name (unique per org). |
--description, -d | Optional human-readable description. |