Skip to main content
POST
/
v1
/
logout
curl
curl -X POST https://my_sql_node.com/v1/logout
    -d '{
        "database": "retail_analytics"
    }
{
  "status": {
    "reason": "Logged out successfully",
    "sql_state": "00000",
    "vendor_code": 0
  }
}

Documentation Index

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

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

Body

application/json
database
string

Target database name. If you do not specify this parameter, the request defaults this value to system.

Response

200 - application/json

Response

status
object
Last modified on May 20, 2026