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

Method delete_sandbox

crates/openshell-server/src/compute/mod.rs:239–246  ·  view source on GitHub ↗
(
        &self,
        request: Request<DeleteSandboxRequest>,
    )

Source from the content-addressed store, hash-verified

237 }
238
239 async fn delete_sandbox(
240 &self,
241 request: Request<DeleteSandboxRequest>,
242 ) -> Result<tonic::Response<openshell_core::proto::compute::v1::DeleteSandboxResponse>, Status>
243 {
244 let mut client = self.client();
245 client.delete_sandbox(request).await
246 }
247
248 async fn watch_sandboxes(
249 &self,

Callers

nothing calls this directly

Calls 9

clientMethod · 0.80
object_idMethod · 0.80
update_from_sandboxMethod · 0.80
notifyMethod · 0.80
object_nameMethod · 0.80
cleanup_sandbox_stateMethod · 0.80
deleteMethod · 0.45

Tested by

no test coverage detected