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

Method remove

supervisor/client/src/lib.rs:131–134  ·  view source on GitHub ↗
(&self, id: &str)

Source from the content-addressed store, hash-verified

129 }
130
131 pub async fn remove(&self, id: &str) -> Result<()> {
132 self.http_request("DELETE", &format!("/remove/{}", id), ())
133 .await
134 }
135
136 pub async fn list(&self) -> Result<Vec<ProcessInfo>> {
137 self.http_get("/list").await

Callers 2

mainFunction · 0.45

Calls 1

http_requestMethod · 0.80

Tested by 1