Reset Workspace
Reset Workspace on the Account
Reset Your Workspace Sandbox
Reset the sandbox on this workspace
Headers
Name
Type
Description
{
"message": "Successfully reset workspace sandbox",
"ok": true
}{
"type": "workspace_not_sandbox",
"message": "can only reset sandbox on sandbox workspaces",
}Code Example
seam.workspaces.reset_sandbox()
# Noneawait seam.workspaces.resetSandbox()
// { message: 'Successfully reset workspace sandbox', ok: true }seam.workspaces.reset_sandbox
# {"message"=>"Successfully reset workspace sandbox", "ok"=>true}Parameters
Response
JSON format
Last updated
Was this helpful?

