Generated
Schedule
POST
/
schedule.createSchedule create
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredscheduleIdstring
nameRequiredstring
cronExpressionRequiredstring
appNamestring
serviceNamestring | null
shellTypestring
Value in:
"bash" | "sh"scheduleTypestring
Value in:
"application" | "compose" | "server" | "dokploy-server"commandRequiredstring
scriptstring | null
applicationIdstring | null
composeIdstring | null
serverIdstring | null
userIdstring | null
enabledboolean
createdAtstring
Successful response
POST
/
schedule.updateSchedule update
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredscheduleIdRequiredstring
Minimum length:
1nameRequiredstring
cronExpressionRequiredstring
appNamestring
serviceNamestring | null
shellTypestring
Value in:
"bash" | "sh"scheduleTypestring
Value in:
"application" | "compose" | "server" | "dokploy-server"commandRequiredstring
scriptstring | null
applicationIdstring | null
composeIdstring | null
serverIdstring | null
userIdstring | null
enabledboolean
createdAtstring
Successful response
POST
/
schedule.deleteSchedule delete
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredscheduleIdRequiredstring
Successful response
GET
/
schedule.listSchedule list
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Query Parameters
idRequiredstring
scheduleTypeRequiredstring
Value in:
"application" | "compose" | "server" | "dokploy-server"Successful response
GET
/
schedule.oneSchedule one
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Query Parameters
scheduleIdRequiredstring
Successful response
POST
/
schedule.runManuallySchedule run Manually
Authorization
Authorization<token>
API key authentication using Authorization header
In: header
Request Body
application/jsonRequiredscheduleIdRequiredstring
Minimum length:
1Successful response