Purpose
This statement is used to cancel the migration of a unit.
Notice
This statement can only be executed in the sys tenant.
Syntax
ALTER SYSTEM CANCEL MIGRATE UNIT unit_id;
Parameters
| Parameter | Description |
|---|---|
| unit_id | The ID of the unit to be migrated. |
Examples
Cancel the migration of a resource unit whose ID is 1001.
obclient> ALTER SYSTEM CANCEL MIGRATE UNIT 1001;
