Enable Migrate to Virtual Machines services Stay organized with collections Save and categorize content based on your preferences.
Before you can begin a migration, you must enable the Migrate to Virtual Machinesservice on Google Cloud and also enable all other Google Cloudservices required by Migrate to Virtual Machines.
Identifying your host project
Google Cloud projectsform the basis for creating, enabling, and using Google Cloud servicesincluding managing APIs, enabling billing, adding and removing collaborators,and managing permissions for Google Cloud resources.
Migrate to Virtual Machines uses the following types of projects:
Host project (Required)
Use thehost project to control the migration process and optionally tohost the Compute Engine instances running your migrated workloads. Youmust create and configure a host project as described in the followingsections.
Target project (Optional)
Atarget project defines the destination project for a Compute Engineinstance running your migrated VM. Yourhost project can be used as atarget project. If you want to migrate VMs to additional projects, you mustadd them as target projects to Migrate to Virtual Machines. SeeAdding a target project for more.
To enable Migrate to Virtual Machines services, you must identify theGoogle Cloud project that you want to use as thehost project:
In the Google Cloud console, on the project selector page, select or create aGoogle Cloud project to use as thehost project:
Note the name and ID of the selected project.
Installing the gcloud CLI
Install the gcloud CLI on your workstation, which also installs theGoogle Cloud CLI.gcloud is the primary CLI tool that you use to create andmanage Google Cloud resources. You can usegcloud to perform many commonplatform tasks either from the command line or in scripts and other automations.
To install the gcloud CLI:
Install and initialize thegcloud CLI.
Update gcloud CLI:
gcloud components update
Make sure that gcloud CLI is authorized to access your data andservices:
gcloud auth login
A new browser tab opens and you are prompted to choose an account.
Enabling required services on the host project
Within your host project, enable the Google Cloud services required byMigrate to Virtual Machines service. For more information about these services,seegcloud services.
Thehost project for Migrate to Virtual Machines requires that you enable thefollowing Google Cloud services:
| Name | Title |
|---|---|
vmmigration.googleapis.com | Migrate to Virtual Machines API |
servicemanagement.googleapis.com | Service Management API |
servicecontrol.googleapis.com | Service Control API |
iam.googleapis.com | Identity and Access Management (IAM) API |
cloudresourcemanager.googleapis.com | Cloud Resource Manager API |
compute.googleapis.com | Compute Engine API |
To enable the required services:
Ensure that you have set the default project to thehost project.ReplacePROJECT_ID with the project ID of yourhost project:
gcloud config set projectPROJECT_ID
View the list of services already enabled on the project:
gcloud services list
If you don't see all of the required services listed, enable them:
gcloud services enable vmmigration.googleapis.com servicemanagement.googleapis.com servicecontrol.googleapis.com iam.googleapis.com cloudresourcemanager.googleapis.com compute.googleapis.com
You should now be able to open the Migrate to Virtual Machines page in theGoogle Cloud console:
Using predefined roles
Identity and Access Management includes two predefined roles that you can use to control accessfor users in your organization:
| Role | Title | Description |
|---|---|---|
| roles/vmmigration.admin | VM Migration Administrator | Allows users to create new Migrate to Virtual Machines sources and perform all other migration operations. |
| roles/vmmigration.viewer | VM Migration Viewer | Allows users to retrieve information about Migrate to Virtual Machines in the Google Cloud console. Intended for users who are performing migrations, but not setting up the system or adding new migration sources. |
For example, if you want to allow a user in your organization to be able to viewinformation about a migration, but not be able to perform a migration, assignthem the roleroles/vmmigration.viewer.
What's next
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-15 UTC.