[[["わかりやすい","easyToUnderstand","thumb-up"],["問題の解決に役立った","solvedMyProblem","thumb-up"],["その他","otherUp","thumb-up"]],[["わかりにくい","hardToUnderstand","thumb-down"],["情報またはサンプルコードが不正確","incorrectInformationOrSampleCode","thumb-down"],["必要な情報 / サンプルがない","missingTheInformationSamplesINeed","thumb-down"],["翻訳に関する問題","translationIssue","thumb-down"],["その他","otherDown","thumb-down"]],["最終更新日 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)"]]