17.4. Clara Stop RPC

Requests the termination of Clara Platform Server and associated resource cleanup.

rpc Stop(ClaraStopRequest) returns (ClaraStopResponse);
Copy
Copied!
            

message ClaraStopRequest { RequestHeader header = 1; }


17.5.1. Properties

type: message

Standard RPC request header.

See RequestHeader for details.

Copy
Copied!
            

message ClaraStopResponse { ResponseHeader header = 1; }


Clara Deploy SDK Pipelines service will respond to any remove request with a ClaraStopResponse message. Requestors can use the response message to determine the result of their request.

17.6.1. Properties

17.6.1.1. header

type: message

Standard RPC response header.

See ResponseHeader for details.

© Copyright 2018-2020, NVIDIA Corporation. All rights reserved. Last updated on Feb 1, 2023.