/
/Lium Backend API
ChangesDocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 16h ago · Updated 16h ago
DB chat3
General APIs with JWT148
Public APIs For Providers4
Public nodes feed1
Support API Key Authentication44
  • getMe
  • getGet User Preference
  • deleteClear Default Template
  • postRent a cluster
  • postRent node
  • getGet all pods
  • getGet pod by ID
  • putEdit pod
  • deleteDelete pod
  • patchUpdate pod
  • postCreate pod Discord support channel
  • postToggle like/unlike a pod
  • postSchedule removal of a pod
  • deleteDelete scheduled removal of a pod
  • postAdd SSH keys to pod
  • postReboot pod
  • putSwitch template
  • postInstall Jupyter for a pod
  • postTrigger backup pod
  • getGet restore logs
  • postStart restore process
  • postCreate feedback for a pod
  • getGet GPU utilization for a specific pod
  • getStream container logs
  • getFind My Ssh Keys
  • postRegister Ssh Key
  • getFind One My Ssh Key
  • putUpdate
  • deleteDelete
  • getFind Templates
  • postCreate Template
  • getFind One Template
  • putUpdate Template
  • deleteDelete Template
  • postCreate Transfer
  • getFind One
  • putUpdate
  • deleteDelete
  • getList
  • postCreate
  • postBookmark provider
  • deleteRemove provider bookmark
  • getGet bookmarked providers
  • getGet nodes from bookmarked providers
    Support API Key Authentication

    Find My Ssh Keys

    get/ssh-keys

    Response

    Successful Response

    idstring uuid
    created_atstring date-time
    updated_atstring date-time nullable
    namestring required
    public_keystring required
    user_idstring uuid required
    is_for_adminboolean nullable

    Changes