finspace_delete_kx_scaling_group: Deletes the specified scaling group

View source: R/finspace_operations.R

finspace_delete_kx_scaling_groupR 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.


paws.management documentation built on May 29, 2024, 1:50 a.m.