All Topics
All Topics
Technology
Technology
AI
AI
Business
Business
Entertainment
Entertainment
News
News
Programming
Programming
Security
Security
Science
Science
Design
Design
Environment
Environment
Finance
Finance
Crypto
Crypto
Politics
Politics
Sports
Sports
Education
Education
Gaming
Gaming
Art
Art
Music
Music
Health
Health
Books
Books
Food
Food
Travel
Travel
Personal
Personal
Bluesky
Twitter

AI Search - Manage AI Search namespaces with Wrangler CLI

24d ago

Source

CloudflareAI Search - Manage AI Search namespaces with Wrangler CLIcloudflare.com
Snippet from the RSS feed
AI Search now supports namespace-level Wrangler commands, making it easier to manage namespaces from your terminal, scripts, and agent workflows. The following commands are available: Command Description wrangler ai-search namespace list List AI Search namespaces wrangler ai-search namespace create Create a new AI Search namespace wrangler ai-search namespace get Get details for a namespace wrangler ai-search namespace update Update a namespace description wrangler ai-search namespace delete Delete an AI Search namespace Create a namespace for a new application or tenant directly from the CLI: wrangler ai-search namespace create docs-production --description "Production documentation search" List namespaces with pagination or filter by name or description: wrangler ai-search namespace list --search docs --page 1 --per-page 10 Use --json with list , create , get , and update to return structured output that automation and AI agents can parse directly. Instance-level commands also now support a --namespace flag, so you can interact with instances inside a specific namespace from the CLI: wrangler ai-search list --namespace docs-production For full usage details, refer to the AI Search Wrangler commands documentation .

You might also wanna read

Comments

Sign in to join the conversation.

No comments yet. Be the first.