Stay organized with collectionsSave and categorize content based on your preferences.
This document describes how to enable the Workload Manager API.
Enable Workload Manager
You can use the Google Cloud console or gcloud CLI to enable a service API.
Make sure that you've theserviceusage.services.enablepermission andbilling is enabled for your Google Cloud project.
console
In the Google Cloud console, on the project selector page, select the project
in which you want to enable Workload Manager.
ReplacePROJECT_IDwith the project ID of
theconsumerproject in which you create and run Workload Manager
evaluations or the project in which you deploy workloads using Workload Manager.
[[["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 Workload Manager\n\nThis document describes how to enable the Workload Manager API.\n\nEnable Workload Manager\n-----------------------\n\nYou can use the Google Cloud console or gcloud CLI to enable a service API.\nMake sure that you've the `serviceusage.services.enable` permission and\n[billing is enabled for your Google Cloud project](/billing/docs/how-to/verify-billing-enabled). \n\n### console\n\n1. In the Google Cloud console, on the project selector page, select the project\n in which you want to enable Workload Manager.\n\n2. Enable the Workload Manager API.\n\n[Enable the API](https://console.cloud.google.com/apis/enableflow?apiid=workloadmanager)\n\n### gcloud\n\nUse the [`gcloud services enable` command](/sdk/gcloud/reference/services/enable)\nto enable the API. \n\n```\n gcloud services enable workloadmanager.googleapis.com \\\n --project=PROJECT_ID\n```\n\nReplace \u003cvar translate=\"no\"\u003ePROJECT_ID\u003c/var\u003e with the project ID of\nthe *consumer* project in which you create and run Workload Manager\nevaluations or the project in which you deploy workloads using Workload Manager.\n\nWhat's next\n-----------\n\n- [About workload evaluations](/workload-manager/docs/about-evaluations)"]]