Function TRTSERVER_ServerDelete

Function Documentation

TRTSERVER_Error *TRTSERVER_ServerDelete(TRTSERVER_Server *server)

Delete a server object.

If server is not already stopped it is stopped before being deleted.

Return

a TRTSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.