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

Method delete_service

crates/openshell-server/src/grpc/mod.rs:343–348  ·  view source on GitHub ↗
(
        &self,
        request: Request<DeleteServiceRequest>,
    )

Source from the content-addressed store, hash-verified

341
342 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
343 async fn delete_service(
344 &self,
345 request: Request<DeleteServiceRequest>,
346 ) -> Result<Response<DeleteServiceResponse>, Status> {
347 service::handle_delete_service(&self.state, request).await
348 }
349
350 #[rpc_auth(auth = "bearer", scope = "sandbox:write", role = "user")]
351 async fn revoke_ssh_session(

Callers

nothing calls this directly

Calls 1

handle_delete_serviceFunction · 0.85

Tested by

no test coverage detected