sinergym.utils.gcloud.delete_instance_MIG_from_container
- sinergym.utils.gcloud.delete_instance_MIG_from_container(instance_group_name: str, token: str) requests.models.Response
Delete the instance group inner Managed Instance Groups where container is executing. Whether this VM is alone in MIG, MIG will be removed too.
- Parameters
instance_group_name (str) – Instance group name where container is executing.
token (str) – str to auth in Google Cloud Account service from container
- Returns
REST response
- Return type
requests.Response