Skip to main content
PATCH
/
auth
/
enabled
curl -X PATCH http://localhost:6575/auth/enabled \ -H "Content-Type: application/json" \ -H 'Authorization: Bearer <admin-jwt>' \ -d '{ "enabled": true }'
{
  "usage": {},
  "time": 0,
  "status": "ok",
  "result": true
}

Documentation Index

Fetch the complete documentation index at: https://docs.vectoraidb.actian.com/llms.txt

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

Authorizations

Authorization
string
header
required

Admin JWT obtained from the login endpoint.

Headers

Authorization
string
required

Admin JWT. Format Bearer <admin-jwt>.

Body

application/json
enabled
boolean
required

Set to true to enable authentication, false to disable it.

Response

Auth setting updated. The result field reflects the current auth-enabled state after the update.

usage
object
time
number<double>

Time spent to process this request, in seconds.

status
string
result
boolean

The current auth-enabled state after the update.