| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/google-cloud-sdk/lib/surface/dataproc_gdc/instances/ |
Upload File : |
- release_tracks: [ALPHA]
help_text:
brief: Delete a Dataproc GDC service instance.
description: Delete a Dataproc GDC service instance.
examples: |
To delete a Dataproc GDC service instance named 'my-instance' in project `test-project` in `us-central1`, run:
$ {command} my-instance --project=test-project --location=us-central1
request:
ALPHA:
api_version: v1alpha1
collection: dataprocgdc.projects.locations.serviceInstances
method: delete
arguments:
resource:
help_text: |
The Dataproc GDC service instance to delete.
spec: !REF googlecloudsdk.command_lib.dataproc_gdc.resources:instance
params:
- api_field: allowMissing
arg_name: allow-missing
help_text: |
If set to true, and the service instance is not found, the request will
succeed but no action will be taken on the server
- api_field: etag
arg_name: etag
help_text: |
Optional. The etag of the service instance. If this is provided, it must
match the server etag.
- api_field: requestId
arg_name: request-id
help_text: |
An optional request ID to identify requests. If the service receives two identical
instance delete requests with the same request_id, the second request is
ignored and the operation that corresponds to the first request is returned for both.
The request ID must be a valid UUID with the exception that zero UUID is
not supported (00000000-0000-0000-0000-000000000000).
async:
collection: dataprocgdc.projects.locations.operations