POST
/
templates
/
save

Authorizations

X-API-KEY
string
header
required

Body

application/json
name
string
required

Name of the template

alert
object

Alert configuration

auto_delete
object

Set a date or spend threshold to automatically delete the instance

description
string

Description of the template

envs
object[]

Environment variables for the template

launch_configuration
object

Defines automatic actions after the instance becomes active.

networking
object

Network and firewall configuration

public
boolean

Whether the template is publicly available

tags
string[]

Tags associated with the template

volume_mount
object

Volume mount configuration

Response

200 - application/json

Response of the /templates/save API call

id
string
required

The unique identifier for the instance. Used in the instances for the /instances/{id}/info and /instances/{id}/delete APIs.