Postgres
POST
/
postgres.createPostgres create
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequirednameRequiredstring
Minimum length:
1appNameRequiredstring
databaseNameRequiredstring
Minimum length:
1databaseUserRequiredstring
Minimum length:
1databasePasswordRequiredstring
dockerImagestring
Default:
"postgres:15"projectIdRequiredstring
descriptionstring | null
serverIdstring | null
Successful response
GET
/
postgres.onePostgres one
Authorization
AuthorizationRequiredBearer <token>
In: header
Query Parameters
postgresIdRequiredstring
Successful response
POST
/
postgres.startPostgres start
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
Successful response
POST
/
postgres.stopPostgres stop
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
Successful response
POST
/
postgres.saveExternalPortPostgres save External Port
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
externalPortRequirednumber | null
Successful response
POST
/
postgres.deployPostgres deploy
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
Successful response
POST
/
postgres.changeStatusPostgres change Status
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
applicationStatusRequiredstring
Value in:
"idle" | "running" | "done" | "error"Successful response
POST
/
postgres.removePostgres remove
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
Successful response
POST
/
postgres.saveEnvironmentPostgres save Environment
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
envstring | null
Successful response
POST
/
postgres.reloadPostgres reload
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
appNameRequiredstring
Successful response
POST
/
postgres.updatePostgres update
Authorization
AuthorizationRequiredBearer <token>
In: header
Request Body
application/jsonRequiredpostgresIdRequiredstring
Minimum length:
1namestring
Minimum length:
1appNamestring
databaseNamestring
Minimum length:
1databaseUserstring
Minimum length:
1databasePasswordstring
descriptionstring | null
dockerImagestring
Default:
"postgres:15"commandstring | null
envstring | null
memoryReservationnumber | null
externalPortnumber | null
memoryLimitnumber | null
cpuReservationnumber | null
cpuLimitnumber | null
applicationStatusstring
Value in:
"idle" | "running" | "done" | "error"createdAtstring
projectIdstring
Successful response