finspace_delete_kx_scaling_group {paws.management} | R Documentation |
Deletes the specified scaling group
Description
Deletes the specified scaling group. This action is irreversible. You cannot delete a scaling group until all the clusters running on it have been deleted.
See https://www.paws-r-sdk.com/docs/finspace_delete_kx_scaling_group/ for full documentation.
Usage
finspace_delete_kx_scaling_group(
environmentId,
scalingGroupName,
clientToken = NULL
)
Arguments
environmentId |
[required] A unique identifier for the kdb environment, from where you want to delete the dataview. |
scalingGroupName |
[required] A unique identifier for the kdb scaling group. |
clientToken |
A token that ensures idempotency. This token expires in 10 minutes. |
[Package paws.management version 0.9.0 Index]