The STOP MIGRATION syntax is used to stop migration process.
StopMigration ::=
  'STOP' 'MIGRATION' migrationJobId 
migrationJobId ::=
  string
migrationJobId needs to be obtained through SHOW MIGRATION LIST syntax querySTOP MIGRATION 'j010180026753ef0e25d3932d94d1673ba551';
STOP, MIGRATION
