delete#

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

Delete the remote product instance.

Parameters:
timeoutfloat, optional

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

Raises:
InstanceNotFoundError

The instance was already deleted.

RemoteError

Unexpected server error.

RuntimeError

If the instance was not initialized with a ProductInstanceManagerStub.