View source: R/finspace_operations.R
finspace_delete_kx_scaling_group | R Documentation |
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.
finspace_delete_kx_scaling_group(
environmentId,
scalingGroupName,
clientToken = NULL
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.