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

Method delete_workspace

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

Delete a workspace by slug.

(&self, slug: &str)

Source from the content-addressed store, hash-verified

278
279 /// Delete a workspace by slug.
280 pub async fn delete_workspace(&self, slug: &str) -> Result<(), RemoteError> {
281 self.delete(&format!("/workspaces/{}", slug)).await
282 }
283
284 // -----------------------------------------------------------------------
285 // Project operations

Callers 1

runMethod · 0.80

Calls 1

deleteMethod · 0.45

Tested by

no test coverage detected