/templates/{template_id}/update
Templates
/templates/{template_id}/update
Update an existing template
POST
/templates/{template_id}/update
Authorizations
Path Parameters
The template ID
Body
application/json
Name of the template
Example:
"My Template"
Description of the template
Example:
"A template for ML workloads"
Whether the template is publicly available
Example:
true
Defines automatic actions after the instance becomes active.
Set a date or spend threshold to automatically delete the instance
Alert configuration
Volume mount configuration
Tags associated with the template
Example:
["ml", "pytorch"]Environment variables for the template
Network and firewall configuration
Response
200
Template updated successfully