This method resumes a queue after it has been PAUSED or DISABLED. The state of a queue is stored in the queue's state; after calling this method it will be set to RUNNING.
WARNING: Resuming many high-QPS queues at the same time can lead to target overloading. If you are resuming high-QPS queues, follow the 500/50/5 pattern described in Managing Cloud Tasks Scaling Risks.
HTTP request
POST https://cloudtasks.googleapis.com/v2/{name=projects/*/locations/*/queues/*}:resume
[[["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-04-23 UTC."],[],[],null,["# Method: projects.locations.queues.resume\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nResume a queue.\n\nThis method resumes a queue after it has been [PAUSED](/tasks/docs/reference/rest/v2/projects.locations.queues#State.ENUM_VALUES.PAUSED) or [DISABLED](/tasks/docs/reference/rest/v2/projects.locations.queues#State.ENUM_VALUES.DISABLED). The state of a queue is stored in the queue's [state](/tasks/docs/reference/rest/v2/projects.locations.queues#Queue.FIELDS.state); after calling this method it will be set to [RUNNING](/tasks/docs/reference/rest/v2/projects.locations.queues#State.ENUM_VALUES.RUNNING).\n\nWARNING: Resuming many high-QPS queues at the same time can lead to target overloading. If you are resuming high-QPS queues, follow the 500/50/5 pattern described in [Managing Cloud Tasks Scaling Risks](https://cloud.google.com/tasks/docs/manage-cloud-task-scaling).\n\n### HTTP request\n\n`POST https://cloudtasks.googleapis.com/v2/{name=projects/*/locations/*/queues/*}:resume`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response body contains an instance of [Queue](/tasks/docs/reference/rest/v2/projects.locations.queues#Queue).\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-platform`\n- `https://www.googleapis.com/auth/cloud-tasks`\n\nFor more information, see the [Authentication Overview](https://cloud.google.com/docs/authentication/)."]]