agent
  1. System
agent
  • Authentication
  • Logs
    • Get Log
      GET
    • Clear Logs
      POST
  • Database
    • Tables
      • Create Table
      • Delete Table
    • Create Database
      POST
    • Delete Database
      DELETE
    • Get Databases
      GET
  • User
    • Create User
      POST
    • Delete User
      DELETE
  • System
    • Get System Info
      GET
    • Run System Action
      POST
    • Install Database
      POST
    • Is Database Installed
      GET
  • Schema
    • Create Schema
      POST
    • Delete Schema
      DELETE
    • Get Schemas
      GET
  1. System

Run System Action

Developing
POST
/system/action
Maintainer:Not configured

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Responses

🟢200Success
application/json
Body

🟠400Bad Request
⚪102Processing
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://10.11.53.2:2885/api/v1-alpha/system/action?action=shutdown' \
--header 'Authorization: Bearer <token>'
Response Response Example
200 - Example 1
{}
Modified at 2025-08-02 01:16:33
Previous
Get System Info
Next
Install Database
Built with