Skip to main content

DROPSCHEMA

Drop a non-public schema and all AI stores inside it. Ahnlich AI also drops the backing DB schema first. public cannot be dropped.

Syntax

DROPSCHEMA <schema>

Example

DROPSCHEMA media

See SDK examples (choose the AI proxy tab) for Python, Node, Go, and Rust.