Skip to main content
GET
/templates/{template_id}/info

Authorizations

X-API-KEY
string
header
required

Path Parameters

template_id
string
required

The template ID

Response

200 - application/json

Returns template information

id
string
required

Unique identifier for the template, generated by Shadeform

Example:

"d290f1ee-6c54-4b01-90e6-d701748f0851"

name
string
required

Name of the template

Example:

"My AwesomeTemplate"

description
string

Description of the template

Example:

"A template for running vLLM"

author
string

Author of the template

Example:

"John Doe"

URL to the template's logo

Example:

"https://example.com/logo.png"

public
boolean

Whether the template is publicly available

Example:

true

launch_configuration
object

Defines automatic actions after the instance becomes active.

auto_delete
object

Set a date or spend threshold to automatically delete the instance

alert
object

Set a date or spend threshold to receive an email alert

volume_mount
object

Settings for mounting volumes onto file systems

tags
string[]

Add custom, searchable tags to instances.

Tag for searching and grouping

envs
object[]

List of environment variable name and values to automatically add to the instance

networking
object

Network and firewall configuration