Settings
Skitflow API reference for Settings endpoints.
Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.reloadServer"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.reloadTraefik" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.toggleDashboard" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanUnusedImages" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanUnusedVolumes" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanStoppedContainers" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanDockerBuilder" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanDockerPrune" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanAll" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanMonitoring"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.saveSSHPrivateKey" \ -H "Content-Type: application/json" \ -d '{}'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.assignDomainServer" \ -H "Content-Type: application/json" \ -d '{ "host": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.cleanSSHPrivateKey"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.updateDockerCleanup" \ -H "Content-Type: application/json" \ -d '{ "enableDockerCleanup": true }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.readTraefikConfig"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.updateTraefikConfig" \ -H "Content-Type: application/json" \ -d '{ "traefikConfig": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.readWebServerTraefikConfig"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.updateWebServerTraefikConfig" \ -H "Content-Type: application/json" \ -d '{ "traefikConfig": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.readMiddlewareTraefikConfig"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.updateMiddlewareTraefikConfig" \ -H "Content-Type: application/json" \ -d '{ "traefikConfig": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.checkAndUpdateImage"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.updateServer"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.getSkitflowVersion"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.readDirectories"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.updateTraefikFile" \ -H "Content-Type: application/json" \ -d '{ "path": "string", "traefikConfig": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.readTraefikFile?path=string"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.getIp"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.getOpenApiDocument"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.readTraefikEnv"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.writeTraefikEnv" \ -H "Content-Type: application/json" \ -d '{ "env": "string" }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Query Parameters
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.haveTraefikDashboardPortEnabled"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.readStats"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.getLogRotateStatus"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.toggleLogRotate" \ -H "Content-Type: application/json" \ -d '{ "enable": true }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.haveActivateRequests"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Request Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
curl -X POST "https://example.com/settings.toggleRequests" \ -H "Content-Type: application/json" \ -d '{ "enable": true }'{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.isCloud"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}Authorization
Authorization In: header
Response Body
application/json
application/json
curl -X GET "https://example.com/settings.health"{ "message": "string", "code": "string", "issues": [ { "message": "string" } ]}