sinergym.utils.gcloud.delete_instance_group
- sinergym.utils.gcloud.delete_instance_group(service, project, zone, group_name)
Delete a whole instance group inner Google Cloud.
- Parameters:
service – gcloud API service built previously
project – Project id from Google Cloud Platform
zone – Google Cloud Zone where instance is
group_name – The name of instance group you want to delete
- Returns:
State response from API
- Return type:
Dict