ServerSandboxesDelete function for IBM Planning Analytics (TM1)
ServerSandboxesDelete allows administrators to delete user sandboxes from the TM1 server.
In this video, ServerSandboxesDelete will be used to delete the sandbox, Test, from the user Test.
Where can the ServerSandboxesDelete function be used?
TurboIntegrator
Which TM1 Server version is the ServerSandboxesDelete function available for?
Version 11 and 12
What is the syntax for ServerSandboxesDelete?
ServerSandboxesDelete(string1, string2, string3)
- string = Username
- string2 = Sandbox name
- string3 = Size, creation date, group etc.
Relevant Functions
- GetUseActiveSandboxProperty = Returns a value that identifies if the process has read/write access to the base or active sandbox for the user
- ServerActiveSandboxGet = Returns the name of the active sandbox for the user
- ServerActiveSandboxSet = Sets an existing sandbox as active for the user
- ServerSandboxClone = Creates a sandbox that is a copy of an existing one
- ServerSandboxCreate = Creates a new Sandbox for the user
- ServerSandboxDiscardAllChanges = Discards all changes for a given sandbox owned by the user who executed the process
- ServerSandboxesDelete = Delete user sandboxes from the TM1 server (Admin use only)
- ServerSandboxExists = Checks if a sandbox exists for a user
- ServerSandboxGet = Returns the name of a user sandbox using an index
- ServerSandboxListCountGet = Returns the number of sandboxes a user has
- ServerSandboxMerge = Merges a source sandbox into a target sandbox for the user who executed the process
- SetUseActiveSandboxProperty = Set whether the process reads/writes cube data to the base or active sandbox for the user