cURL
curl --request POST \ --url https://api.example.com/api/vector-db \ --header 'Authorization: Bearer <token>'
{ "data": { "running": true, "host": "<string>", "port": 123, "database": "<string>", "user": "<string>", "password": "<string>" } }
Enter your API key here
Vector database initialized successfully
Show child attributes
Was this page helpful?