MCPcopy Create free account
hub / github.com/atomicdotdev/atomic / delete_workspace

Method delete_workspace

atomic-remote/src/storage.rs:307–309  ·  view source on GitHub ↗

Delete a workspace by slug.

(&self, slug: &str)

Source from the content-addressed store, hash-verified

305
306 /// Delete a workspace by slug.
307 pub async fn delete_workspace(&self, slug: &str) -> Result<(), RemoteError> {
308 self.delete(&format!("/workspaces/{}", slug)).await
309 }
310
311 // -----------------------------------------------------------------------
312 // Project operations

Callers 1

runMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected