Stop-RubrikManagedVolumeSnapshot

SYNOPSIS

Stops Rubrik Managed Volume snopshot

SYNTAX

Stop-RubrikManagedVolumeSnapshot [[-id] <String>] [[-Server] <String>] [[-SLA] <String>] [-Forever]
 [[-SLAID] <String>] [[-api] <String>] [-WhatIf] [-Confirm] [<CommonParameters>]

DESCRIPTION

The Stop-RubrikManagedVolumeSnapshot cmdlet is used to close a Rubrik Managed Volume for read/write actions.

EXAMPLES

EXAMPLE 1

Stop-ManagedVolumeSnapshot -id ManagedVolume:::f68ecd45-bdb9-46dd-aea4-8f041fb2dec2

Close the specified managed volume for read/write operations

EXAMPLE 2

PARAMETERS

-id

Rubrik's Managed Volume id value

-Server

Rubrik server IP or FQDN

-SLA

The SLA Domain in Rubrik

-Forever

The snapshot will be retained indefinitely and available under Unmanaged Objects

-SLAID

SLA id value

-api

API version

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

-Confirm

Prompts you for confirmation before running the cmdlet.

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

Written by Mike Fal for community usage Twitter: @Mike_Fal GitHub: MikeFal

https://rubrik.gitbook.io/rubrik-sdk-for-powershell/command-documentation/reference/stop-rubrikmanagedvolumesnapshot

Last updated

Was this helpful?