MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / sv_remove

Method sv_remove

vmm/src/main_service.rs:614–617  ·  view source on GitHub ↗
(self, request: Id)

Source from the content-addressed store, hash-verified

612 }
613
614 async fn sv_remove(self, request: Id) -> Result<()> {
615 self.app.supervisor.remove(&request.id).await?;
616 Ok(())
617 }
618
619 async fn list_registry_images(self) -> Result<RegistryImageListResponse> {
620 let registry = &self.app.config.image.registry;

Callers

nothing calls this directly

Calls 1

removeMethod · 0.45

Tested by

no test coverage detected