gdcloud database migrations stop

NOMBRE

gdcloud database migrations stop: Detiene una migración.

SINOPSIS

gdcloud database migrations stop MIGRATION_NAME [flags]

EXAMPLES

To stop a running Migration with name "migration-sample" for PostgreSQL, run:

  gdcloud database migrations stop migration-sample

To stop a running Migration with name "migration-sample" for AlloyDBOmni, run:

  gdcloud database migrations stop migration-sample --database-engine ALLOYDBOMNI

MARCAS OPCIONALES

      --database-engine string   Destination DBCluster type. (default "POSTGRESQL")
      --zone string              Zone to use for this invocation. To preset the zone flag for all commands that require it, run: "gdcloud config set core/zone ZONE". The zone flag is available only in multi-zone environments.

MARCAS DE GDCLOUD WIDE

Estas marcas están disponibles para todos los comandos --configuration, --format, --help, --project y --quiet.

Para obtener más información, consulta la página de descripción general de la referencia de la gcloud CLI.