Class DeleteInstanceRequest (1.9.2)

DeleteInstanceRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

DeleteInstanceRequest deletes an instance.

Attributes

NameDescription
name str
Required. The instance resource name, in the format projects/{project_id}/locations/{location}/instances/{instance_id}
force bool
If set to true, all snapshots of the instance will also be deleted. (Otherwise, the request will only work if the instance has no snapshots.)