MCPcopy Index your code
hub / github.com/googleapis/google-api-python-client / delete_instance

Function delete_instance

samples/compute/create_instance.py:114–117  ·  view source on GitHub ↗
(compute, project, zone, name)

Source from the content-addressed store, hash-verified

112
113# [START compute_apiary_delete_instance]
114def delete_instance(compute, project, zone, name):
115 return (
116 compute.instances().delete(project=project, zone=zone, instance=name).execute()
117 )
118
119
120# [END compute_apiary_delete_instance]

Callers 1

mainFunction · 0.85

Calls 1

executeMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…