openstack-server
Verified for current stable LTS
Openstack Server Command: Migrate Server To Different Host
Use for migrate server to different host with Openstack Server. Exact CLI syntax to migrate server to different host using Openstack Server.
When to use this: Use for migrate server to different host with Openstack Server.
Command Syntax
openstack server migrate --live <host_hostname> --shared-migration --wait <instance_id> openstack server migrate --live <host_hostname> --shared-migration --wait <instance_id> Command Breakdown
--live- Command Option
- Tool-specific option used by this command invocation.
--shared-migration- Command Option
- Tool-specific option used by this command invocation.
--wait- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to migrate server to different host using Openstack Server.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Openstack Server Command: Create New Server
openstack server create --image <image_id> --flavor <flavor_id> --network <network_id> --wait <server_name> Openstack Server Command: Delete Servers openstack server delete <instance_id1 instance_id2 ...> Openstack Server Command: List Servers openstack server list Openstack Server Command: Reboot Server Soft Or Hard openstack server reboot --soft --wait <instance_id> Openstack Server Command: Start Servers openstack server start <instance_id1 instance_id2 ...>