Stay organized with collections
Save and categorize content based on your preferences.
This page describes the steps to enable and disable SaaS Runtime.
Enabling service
Sign in to your Google Cloud account. If you're new to
Google Cloud,
create an account to evaluate how our products perform in
real-world scenarios. New customers also get $300 in free credits to
run, test, and deploy workloads.
In the Google Cloud console, on the project selector page,
select or create a Google Cloud project.
Install and initialize Google Cloud CLI if it is not
already installed. For an existing installation, update components of
the Google Cloud CLI with the command:
gcloud components update.
To check your version of the gcloud CLI, run the command:
gcloud version
Enable the API from the Google Cloud console or by using gcloud:
In the Google Cloud console, to enable the required APIs, on the Get started tab of the Overview page, click Enable SaaS Runtime APIs.
Using gcloud, to enable the required APIs, run the following command:
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Enable the service\n\n| **Preview**\n|\n|\n| This product or feature is subject to the \"Pre-GA Offerings Terms\" in the General Service Terms section\n| of the [Service Specific Terms](/terms/service-terms#1).\n|\n| Pre-GA products and features are available \"as is\" and might have limited support.\n|\n| For more information, see the\n| [launch stage descriptions](/products#product-launch-stages).\n\nThis page describes the steps to enable and disable SaaS Runtime.\n\nEnabling service\n----------------\n\n- Sign in to your Google Cloud account. If you're new to Google Cloud, [create an account](https://console.cloud.google.com/freetrial) to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.\n- In the Google Cloud console, on the project selector page,\n select or create a Google Cloud project.\n\n | **Note**: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.\n\n [Go to project selector](https://console.cloud.google.com/projectselector2/home/dashboard)\n-\n [Verify that billing is enabled for your Google Cloud project](/billing/docs/how-to/verify-billing-enabled#confirm_billing_is_enabled_on_a_project).\n\n- In the Google Cloud console, on the project selector page,\n select or create a Google Cloud project.\n\n | **Note**: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.\n\n [Go to project selector](https://console.cloud.google.com/projectselector2/home/dashboard)\n-\n [Verify that billing is enabled for your Google Cloud project](/billing/docs/how-to/verify-billing-enabled#confirm_billing_is_enabled_on_a_project).\n\n1. Install and initialize [Google Cloud CLI](/sdk/docs) if it is not already installed. For an existing installation, update components of the Google Cloud CLI with the command: `gcloud components update`.\n\n To check your version of the gcloud CLI, run the command: \n\n ```\n gcloud version\n ```\n2. Enable the API from the Google Cloud console or by using gcloud:\n 1. In the Google Cloud console, to enable the required APIs, on the **Get started** tab of the [**Overview** page](https://console.cloud.google.com/saas/overview/get-started), click **Enable SaaS Runtime APIs**.\n 2. Using gcloud, to enable the required APIs, run the following command:\n\n ```\n gcloud services enable saasservicemgmt.googleapis.com\n gcloud services enable compute.googleapis.com\n gcloud services enable artifactregistry.googleapis.com\n gcloud services enable config.googleapis.com\n gcloud services enable storage.googleapis.com\n gcloud services enable developerconnect.googleapis.com\n gcloud services enable cloudbuild.googleapis.com\n ```\n\n \u003cbr /\u003e\n\n You need to enable all of these APIs because the services are used by SaaS Runtime.\n3. To use SaaS Runtime, you also need the correct permissions. See [Access control with IAM](/saas-runtime/docs/access-control) for more details.\n\nWhat's next\n-----------\n\n- Learn more about [SaaS Runtime](/saas-runtime/docs/overview).\n- To deploy a SaaS application, start with [Create a SaaS offering](/saas-runtime/docs/create-saas-offering).\n- Try the [quickstart](/saas-runtime/docs/deploy-vm) to learn how to deploy a VM using SaaS Runtime."]]