mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-14 00:46:53 +00:00
gcloud: Wed May 7 10:56:18 UTC 2025
This commit is contained in:
parent
b03a332ad8
commit
dfebca5b6c
222 changed files with 6775 additions and 1046 deletions
|
|
@ -1,17 +1,19 @@
|
|||
NAME
|
||||
gcloud beta bq migration-workflows delete - delete migrationWorkflows
|
||||
gcloud beta bq migration-workflows delete - delete migration workflows
|
||||
|
||||
SYNOPSIS
|
||||
gcloud beta bq migration-workflows delete (WORKFLOW : --location=LOCATION)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(BETA) Delete a migrationWorkflow
|
||||
(BETA) Delete a migration workflow
|
||||
|
||||
EXAMPLES
|
||||
To delete the migrationWorkflow, run:
|
||||
To delete a migration workflow projects/123/locations/eu/workflows/1234,
|
||||
run:
|
||||
|
||||
$ gcloud beta bq migration-workflows delete
|
||||
$ gcloud beta bq migration-workflows delete \
|
||||
projects/123/locations/eu/workflows/1234
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Workflow resource - The unique identifier for the migration workflow.
|
||||
|
|
@ -59,8 +61,10 @@ API REFERENCE
|
|||
https://cloud.google.com/solutions/migration/dw2bq/dw-bq-migration-overview
|
||||
|
||||
NOTES
|
||||
This command is currently in beta and might change without notice. This
|
||||
variant is also available:
|
||||
This command is currently in beta and might change without notice. These
|
||||
variants are also available:
|
||||
|
||||
$ gcloud bq migration-workflows delete
|
||||
|
||||
$ gcloud alpha bq migration-workflows delete
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue