Skip to content

agnify templates

Delete an org template. Creator or org owner/admin only.

Usage

Terminal window
agnify templates delete TEMPLATE_ID

Arguments

NameDescription
TEMPLATE_IDTemplate id, or a unique id prefix (≥4 chars).

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

Terminal window
agnify templates list

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

Terminal window
agnify templates save [OPTIONS] EXECUTION_ID

Arguments

NameDescription
EXECUTION_IDExecution UUID, or a unique id prefix (≥4 chars, like a git commit).

Options

FlagDescription
--name, -nTemplate name (unique per org).
--description, -dOptional human-readable description.