Stay organized with collections
Save and categorize content based on your preferences.
This page describes how to delete tasks from a push queue and how to delete
queues. In some cases you might need to delete a task that cannot be completed
successfully, no matter how many times it is retried.
Click the name of the queue from which you want to remove the task.
Select the task that you want to delete and click Delete all tasks.
Click Delete.
All tasks created before the moment of purging are expunged. Purge operations
can take up to one minute to take effect.
It can take several hours to reclaim the quotas freed up by purging a queue.
Pausing queues
You can pause a queue by removing its definition from your queue.yaml file
and then uploading the edited queue.yaml file. Setting any queue's rate to
0 will also pause the queue.
Any tasks that remain on a paused queue or any new tasks that are added to it
will not be processed. You can resume the paused queue by uploading a new
queue.yaml file with the queue defined and rate set to a non-zero value.
Paused queues continue to count as a part of your quota.
[[["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-03-05 UTC."],[[["You can delete individual tasks from a queue via the Google Cloud console by navigating to Cloud Tasks, selecting the desired queue, and choosing the task to delete."],["To remove all tasks from a queue, you can utilize the \"Delete all tasks\" option in the Google Cloud console, however keep in mind that this action can take up to a minute to take effect."],["Pausing a queue can be done by removing its definition from the `queue.yaml` file and uploading the edited file, or by setting its rate to 0, which will halt the processing of tasks."],["Deleting a queue involves first pausing it by removing its definition from the `queue.yaml` file and then deleting it in the Google Cloud console, which will prevent re-creation of the queue for 7 days."],["It is recommended to wait at least a second after purging a queue before creating new tasks, as tasks made in close temporal proximity to the purge will also be deleted."]]],[]]