sinergym.utils.gcloud.delete_instance

sinergym.utils.gcloud.delete_instance(service, project, zone, name)

Delete an instance inner Google Cloud.

Parameters:
  • service – gcloud API service built previously

  • project – Project id from Google Cloud Platform

  • zone – Google Cloud Zone where instance is

  • name – The name of instance you want to delete

Returns:

State response from API

Return type:

Dict