Skip to main content

AI Instructions

Manage AI instruction prompts for your organization.

Verbs: list, get, create, update, delete

Usage

revos ai-instructions list [--page-size <n>] [--order-by <field>] [--filter <expr>] [--fields <cols>] [--json]
revos ai-instructions get <instruction-id> [--json]
revos ai-instructions create --body JSON|@file|- [--json]
revos ai-instructions update <instruction-id> --body JSON|@file|- [--json]
revos ai-instructions delete <instruction-id> [--json]

Examples

revos ai-instructions list --json
revos ai-instructions get <instruction-id>
revos ai-instructions create --body '{"content":"Summarize key metrics"}'
revos ai-instructions update <instruction-id> --body '{"content":"Updated prompt"}'
revos ai-instructions delete <instruction-id>