Skip to content

Delete Storage Virtual Machine

fsx_delete_storage_virtual_machine R Documentation

Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM)

Description

Deletes an existing Amazon FSx for ONTAP storage virtual machine (SVM). Prior to deleting an SVM, you must delete all non-root volumes in the SVM, otherwise the operation will fail.

Usage

fsx_delete_storage_virtual_machine(ClientRequestToken,
  StorageVirtualMachineId)

Arguments

ClientRequestToken
StorageVirtualMachineId

[required] The ID of the SVM that you want to delete.

Value

A list with the following syntax:

list(
  StorageVirtualMachineId = "string",
  Lifecycle = "CREATED"|"CREATING"|"DELETING"|"FAILED"|"MISCONFIGURED"|"PENDING"
)

Request syntax

svc$delete_storage_virtual_machine(
  ClientRequestToken = "string",
  StorageVirtualMachineId = "string"
)