MCPcopy Create free account
hub / github.com/NVIDIA/OpenShell / stop_sandbox

Method stop_sandbox

crates/openshell-server/src/compute/mod.rs:230–237  ·  view source on GitHub ↗
(
        &self,
        request: Request<openshell_core::proto::compute::v1::StopSandboxRequest>,
    )

Source from the content-addressed store, hash-verified

228 }
229
230 async fn stop_sandbox(
231 &self,
232 request: Request<openshell_core::proto::compute::v1::StopSandboxRequest>,
233 ) -> Result<tonic::Response<openshell_core::proto::compute::v1::StopSandboxResponse>, Status>
234 {
235 let mut client = self.client();
236 client.stop_sandbox(request).await
237 }
238
239 async fn delete_sandbox(
240 &self,

Callers

nothing calls this directly

Calls 1

clientMethod · 0.80

Tested by

no test coverage detected