CLI Guide

Table Of Contents
See also
batch-migrate cancel
batch-migrate check-plan
batch-migrate clean
batch-migrate commit
batch-migrate create-plan
batch-migrate remove
batch-migrate resume
batch-migrate start
batch-migrate summary
batch-migrate remove
Removes the record of the completed batch migration.
Contexts
All contexts.
Syntax
batch-migrate remove
[--file] Required arguments
Arguments
Required arguments
--file pathname Directory and filename of migration plan file. Relative paths can be used. If no directory is specified, the
default directory is /var/log/VPlex/cli on the management server.
Description
Remove the migration record only if the migration has been committed or canceled.
Migration records are in the /data-migrations/device-migrations context.
Examples
Remove a group of migration jobs.
VPlexcli:/data-migrations/device-migrations> batch-migrate remove --file migrate.txt
or:
VPlexcli:> batch-migrate remove /data-migrations/device-migrations --file migrate.txt
See also
batch-migrate cancel
Commands
47