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

Method delete_sandbox

crates/openshell-cli/tests/mtls_integration.rs:100–107  ·  view source on GitHub ↗
(
        &self,
        _request: tonic::Request<openshell_core::proto::DeleteSandboxRequest>,
    )

Source from the content-addressed store, hash-verified

98 }
99
100 async fn delete_sandbox(
101 &self,
102 _request: tonic::Request<openshell_core::proto::DeleteSandboxRequest>,
103 ) -> Result<Response<openshell_core::proto::DeleteSandboxResponse>, Status> {
104 Ok(Response::new(
105 openshell_core::proto::DeleteSandboxResponse { deleted: true },
106 ))
107 }
108
109 async fn get_sandbox_config(
110 &self,

Callers 1

sandbox_deleteFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected