gcloud beta pubsub subscriptions modify-message-ack-deadline SUBSCRIPTION ([ACK_ID …] --ack-ids=[ACK_ID,…]) --ack-deadline=ACK_DEADLINE [GCLOUD_WIDE_FLAG …]
(BETA) This method is useful to indicate that more time is needed
to process a message by the subscriber, or to make the message available for
redelivery if the processing was interrupted.
To set the project attribute:
subscription on the command line with a fully
specified name;
--project on the command line;
core/project.
SUBSCRIPTIONsubscription attribute:
subscription on the command line.
ACK_ID …]ACK_ID is deprecated. Please use
--ack-ids instead.
--ack-ids=[ACK_ID,…]--ack-deadline=ACK_DEADLINE--access-token-file,
--account, --billing-project,
--configuration,
--flags-file,
--flatten, --format, --help, --impersonate-service-account,
--log-http,
--project, --quiet, --trace-token, --user-output-enabled,
--verbosity.
Run $ gcloud help for details.
gcloud pubsub subscriptions modify-message-ack-deadlinegcloud alpha pubsub subscriptions modify-message-ack-deadline
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.