An instance template defines the configuration for an instance: which image to boot and an optional cloud-init script. Templates are used by deployments to create instances with a consistent configuration. Templates are immutable. To change a configuration, create a new template and update your deployment to reference it.Documentation Index
Fetch the complete documentation index at: https://docs.sfcompute.com/llms.txt
Use this file to discover all available pages before exploring further.
Create an instance template
Cloud-init
Pass a startup script or cloud-config YAML file via--cloud-init. The file is stored with the
template and applied to every instance created from it. Maximum size is 64 KB.
startup.sh
List templates
Get template details
Template IDs are prefixed
ntmpl_ for backwards compatibility with the resource’s previous name
(node-template). The CLI, API, and SDK all refer to it as an instance template.