Skip to main content
POST
/templates/{template_id}/update

Authorizations

X-API-KEY
string
header
required

Path Parameters

template_id
string
required

The template ID

Body

application/json
name
string
required

Name of the template

Example:

"My Template"

description
string

Description of the template

Example:

"A template for ML workloads"

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

Alert configuration

volume_mount
object

Volume mount configuration

tags
string[]

Tags associated with the template

Example:
envs
object[]

Environment variables for the template

networking
object

Network and firewall configuration

Response

200

Template updated successfully