QVAC Logo

unloadModel( )

Unloads a previously loaded model from the server. When the last model is unloaded (no more models remain), this function automatically closes the RPC connection, allowing the process to exit naturally without requiring manual cleanup.

function unloadModel(params: input): Promise

Description

Unloads a previously loaded model from the server.

When the last model is unloaded (no more models remain), this function automatically closes the RPC connection, allowing the process to exit naturally without requiring manual cleanup.

Parameters

NameTypeRequired?Description
paramsinputThe parameters for unloading the model

Returns

Promise

On this page