{ "opencollection": "1.0.0", "info": { "name": "Dokploy admin libsql API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "x-api-key", "value": "{{x-api-key}}", "placement": "header" } }, "items": [ { "info": { "name": "libsql", "type": "folder" }, "items": [ { "info": { "name": "libsql-create", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.create", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-one", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/libsql.one", "params": [ { "name": "libsqlId", "value": "", "type": "query" } ] } }, { "info": { "name": "libsql-start", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.start", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-stop", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.stop", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-saveExternalPorts", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.saveExternalPorts", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-deploy", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.deploy", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-changeStatus", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.changeStatus", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-remove", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.remove", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-saveEnvironment", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.saveEnvironment", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-reload", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.reload", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-update", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.update", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-move", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.move", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-rebuild", "type": "http" }, "http": { "method": "POST", "url": "https://your-dokploy-instance.com/api/libsql.rebuild", "body": { "type": "json", "data": "{}" } } }, { "info": { "name": "libsql-readLogs", "type": "http" }, "http": { "method": "GET", "url": "https://your-dokploy-instance.com/api/libsql.readLogs", "params": [ { "name": "libsqlId", "value": "", "type": "query" }, { "name": "tail", "value": "", "type": "query" }, { "name": "since", "value": "", "type": "query" }, { "name": "search", "value": "", "type": "query" } ] } } ] } ], "bundled": true }