/
RU
runtipi
/
Runtipi API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 1h ago · Updated 2mo ago
Details
Filter operations
App
4
AppConfig
4
AppLifecycle
12
post
/api/app-lifecycle/{urn}/install
post
/api/app-lifecycle/{urn}/start
post
/api/app-lifecycle/{urn}/stop
post
/api/app-lifecycle/{urn}/restart
delete
/api/app-lifecycle/{urn}/uninstall
post
/api/app-lifecycle/{urn}/reset
patch
/api/app-lifecycle/{urn}/update
patch
/api/app-lifecycle/{urn}/update-config
patch
/api/app-lifecycle/update-all
post
/api/app-lifecycle/start-all
post
/api/app-lifecycle/stop-all
post
/api/app-lifecycle/restart-all
Apps
8
Auth
11
Backups
6
CustomApp
4
Debug
7
Health
1
I18n
1
Links
5
Marketplace
8
SSE
3
System
2
User Config
4
AppLifecycle
patch
/api/app-lifecycle/{urn}/update-config
Path parameters
urn
string
required
Request body
AppFormBody
required
domain
string
enableAuth
boolean
exposed
boolean
exposedLocal
boolean
forcePull
boolean
isVisibleOnGuestDashboard
boolean
localSubdomain
string
maxBackups
number
openPort
boolean
port
number
skipEnv
boolean
skipPull
boolean
skipRun
boolean
Response
LifecycleRequestDto
required
requestId
union
required
a UUID
Changes