For the complete documentation index, see llms.txt. This page is also available as Markdown.

iai traces delete

Delete one or more traces

Synopsis

Delete a single trace or bulk delete multiple traces.

This command currently requires API key authentication.

iai traces delete [trace-id] [flags]

Examples

  iai traces delete trace-123
  iai traces delete --ids trace-1,trace-2
  iai traces delete --ids trace-1 --ids trace-2 -f

Options

  -f, --force                 Skip bulk delete confirmation
  -h, --help                  help for delete
      --ids strings           Trace IDs to delete (comma-separated or repeatable)
  -o, --organization string   Organization name that owns the project
  -p, --project string        Project name

Options inherited from parent commands

SEE ALSO

  • iai traces - Browse agent decision traces with full attribution

Last updated

Was this helpful?