finspace_delete_kx_volume: Deletes a volume

View source: R/finspace_operations.R

finspace_delete_kx_volumeR Documentation

Deletes a volume

Description

Deletes a volume. You can only delete a volume if it's not attached to a cluster or a dataview. When a volume is deleted, any data on the volume is lost. This action is irreversible.

See https://www.paws-r-sdk.com/docs/finspace_delete_kx_volume/ for full documentation.

Usage

finspace_delete_kx_volume(environmentId, volumeName, clientToken = NULL)

Arguments

environmentId

[required] A unique identifier for the kdb environment, whose clusters can attach to the volume.

volumeName

[required] The name of the volume that you want to delete.

clientToken

A token that ensures idempotency. This token expires in 10 minutes.


paws.management documentation built on Sept. 12, 2024, 6:19 a.m.