update#

Instance.update(timeout: float | None = None)#

Update the instance information from the remote status.

Parameters:
timeoutfloat, optional

Time in seconds to update the instance. The default is None.

Raises:
InstanceNotFoundError

The instance was deleted.

RemoteError

Unexpected server error.