update# Instance.update(timeout: float | None = None)# Update the instance information from the remote status. Parameters: timeoutfloat, optionalTime in seconds to update the instance. The default is None. Raises: InstanceNotFoundErrorThe instance was deleted. RemoteErrorUnexpected server error.