disable_workspace | R Documentation |
Disable the workspace with name ID name
.
disable_workspace(
name,
server = Sys.getenv("SUSO_SERVER"),
user = Sys.getenv("SUSO_USER"),
password = Sys.getenv("SUSO_PASSWORD")
)
name |
Character. Name identifier of workspace to disable. |
server |
Character. Full server web address (e.g., |
user |
Character. Admin user name |
password |
Character. Admin password |
Wrapper for POST /api/v1/workspaces/{name}/disable
endpoint.
Server-side side-effect of disabling a workspace.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.