sql_live_unmount
Delete a Microsoft SQL Live Mount from the Rubrik cluster.
Arguments
Name
Type
Description
Choices
mounted_db_name
str
The name of the Live Mounted database to be unmounted.
Keyword Arguments
Name
Type
Description
Choices
Default
sql_instance
str
The name of the MSSQL instance managing the Live Mounted database to be unmounted.
None
sql_host
str
The name of the MSSQL host running the Live Mounted database to be unmounted.
None
force
bool
Remove all data within the Rubrik cluster related to the Live Mount, even if the SQL Server database cannot be contacted.
False
timeout
int
The number of seconds to wait to establish a connection the Rubrik cluster before returning a timeout error.
30
Returns
Type
Return Value
dict
The full response of DELETE /mssql/db/mount/{id}?force={bool}
.
Example
Last updated