Skip to main content
Update/recreate an instance from a new/updated template.

Signature

Parameters

int
required
id
Optional[int]
template_id
Optional[str]
template_hash_id
Optional[str]
image
Optional[str]
args
Optional[str]
env
Optional[str]
onstart
Optional[int]
New disk size for the instance, in GB. Disk can only be grown, not shrunk, and the new size must fit within the host machine’s available capacity.

Returns

str, Result from the API call.

Example