Substitua PROJECT_ID pelo ID do projeto do consumidor em que você cria e executa avaliações do Workload Manager ou o projeto em que você implanta cargas de trabalho usando o Workload Manager.
[[["Fácil de entender","easyToUnderstand","thumb-up"],["Meu problema foi resolvido","solvedMyProblem","thumb-up"],["Outro","otherUp","thumb-up"]],[["Difícil de entender","hardToUnderstand","thumb-down"],["Informações incorretas ou exemplo de código","incorrectInformationOrSampleCode","thumb-down"],["Não contém as informações/amostras de que eu preciso","missingTheInformationSamplesINeed","thumb-down"],["Problema na tradução","translationIssue","thumb-down"],["Outro","otherDown","thumb-down"]],["Última atualização 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)"]]