/
LI
lium
/
Lium Backend API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 16h ago · Updated 16h ago
Details
Filter operations
DB chat
3
General APIs with JWT
148
Public APIs For Providers
4
Public nodes feed
1
Support API Key Authentication
44
get
Me
get
Get User Preference
delete
Clear Default Template
post
Rent a cluster
post
Rent node
get
Get all pods
get
Get pod by ID
put
Edit pod
delete
Delete pod
patch
Update pod
post
Create pod Discord support channel
post
Toggle like/unlike a pod
post
Schedule removal of a pod
delete
Delete scheduled removal of a pod
post
Add SSH keys to pod
post
Reboot pod
put
Switch template
post
Install Jupyter for a pod
post
Trigger backup pod
get
Get restore logs
post
Start restore process
post
Create feedback for a pod
get
Get GPU utilization for a specific pod
get
Stream container logs
get
Find My Ssh Keys
post
Register Ssh Key
get
Find One My Ssh Key
put
Update
delete
Delete
get
Find Templates
post
Create Template
get
Find One Template
put
Update Template
delete
Delete Template
post
Create Transfer
get
Find One
put
Update
delete
Delete
get
List
post
Create
post
Bookmark provider
delete
Remove provider bookmark
get
Get bookmarked providers
get
Get nodes from bookmarked providers
Support API Key Authentication
Create
post
/docker-credentials/
Request body
DockerCredentialUpdateCreateDto
required
docker_username
string
required
docker_password
string
required
Response
Successful Response
DockerCredentialResponse
required
Docker credential as returned to the owner — deliberately without the password.
id
string
uuid
required
user_id
string
uuid
required
username
string
required
created_at
string
date-time
nullable
required
updated_at
string
date-time
nullable
required
Changes