Function TRITONSERVER_ServerStop

Function Documentation

TRITONSERVER_Error *TRITONSERVER_ServerStop(TRITONSERVER_Server *server)

Stop a server object.

A server can’t be restarted once it is stopped.

Return

a TRITONSERVER_Error indicating success or failure.

Parameters
  • server: The inference server object.