gdcloud database migrations stop

NAME

gdcloud database migrations stop - Detener una migración.

SYNOPSIS

gdcloud database migrations stop MIGRATION_NAME [flags]

EJEMPLOS

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

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

Para obtener más información, consulta la página de resumen de la referencia de la CLI de gdcloud.