STOP MIGRATION

Description

The STOP MIGRATION syntax is used to stop migration process.

Syntax

Grammar Railroad diagram

  1. StopMigration ::=
  2. 'STOP' 'MIGRATION' migrationJobId
  3. migrationJobId ::=
  4. string

Supplement

Example

  • Stop migration process
  1. STOP MIGRATION 'j010180026753ef0e25d3932d94d1673ba551';

Reserved word

STOP, MIGRATION