tenki_update_template
Update specific mutable fields on a Tenki template without affecting other settings. Change name, tags, resources, environment variables, or clear all tags as needed.
Instructions
Update mutable fields on a template. Only the fields you provide are changed; pass clear_tags to remove all tags.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | New human-readable name. | |
| tags | No | Replacement set of tags. | |
| env_vars | No | Environment variables as a key→value object. | |
| cpu_cores | No | New default vCPUs (1-16). | |
| memory_mb | No | New default memory in MB (512-65536). | |
| start_cmd | No | New boot command. | |
| clear_tags | No | Remove all tags from the template. | |
| template_id | Yes | The template ID to update. | |
| builder_spec | No | Advanced structured build spec (TemplateBuildSpec); passed through as-is. | |
| disk_size_gb | No | New default disk in GB (5-100). | |
| setup_script | No | New build-time provisioning script. | |
| base_image_id | No | New base image ID. |