finspace / Client / delete_kx_scaling_group
delete_kx_scaling_group#
- finspace.Client.delete_kx_scaling_group(**kwargs)#
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 also: AWS API Documentation
Request Syntax
response = client.delete_kx_scaling_group( environmentId='string', scalingGroupName='string', clientToken='string' )
- Parameters:
environmentId (string) –
[REQUIRED]
A unique identifier for the kdb environment, from where you want to delete the dataview.
scalingGroupName (string) –
[REQUIRED]
A unique identifier for the kdb scaling group.
clientToken (string) –
A token that ensures idempotency. This token expires in 10 minutes.
This field is autopopulated if not provided.
- Return type:
dict
- Returns:
Response Syntax
{}
Response Structure
(dict) –
Exceptions
finspace.Client.exceptions.InternalServerException
finspace.Client.exceptions.ValidationException
finspace.Client.exceptions.ThrottlingException
finspace.Client.exceptions.AccessDeniedException
finspace.Client.exceptions.LimitExceededException
finspace.Client.exceptions.ConflictException
finspace.Client.exceptions.ResourceNotFoundException