#API to check the template

3 messages · Page 1 of 1 (latest)

novel magnet
#

is there way to check all my templates using API?

strong pewter
#
query getPodTemplates {
  myself {
    id
    podTemplates {
      advancedStart
      containerDiskInGb
      containerRegistryAuthId
      dockerArgs
      env {
        key
        value
      }
      id
      imageName
      name
      ports
      readme
      runtimeInMin
      startJupyter
      startScript
      startSsh
      volumeInGb
      volumeMountPath
      config
      category
    }
  }
}
novel magnet
#

and for serverless templates?