Signature
Parameters
str
required
Hash ID of the template to update.
Optional[str]
New name for the template.
Optional[str]
New Docker image for the template.
Optional[str]
Environment variables to set (formatted as Docker -e flags).
Optional[str]
Shell command to run on instance start.
Optional[str]
Default search query parameters for this template.
Optional[float]
Disk space allocation in GB.
bool
default:"False"
Enable SSH access for instances created from this template.
bool
default:"False"
Enable direct (peer-to-peer) connections.
bool
default:"False"
Enable Jupyter notebook server.
Returns
str, Result from the API call.