Skip to main content
POST
/
databases
/
all
/
migrate
Migrate All Databases
curl --request POST \
  --url https://api.example.com/databases/all/migrate \
  --header 'Authorization: Bearer <token>'
{
  "message": "All databases migrated successfully to version 3.0.0"
}

Documentation Index

Fetch the complete documentation index at: https://agno-v2-shaloo-ai-support-link.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

target_version
string | null

Response

All databases migrated successfully