mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
43 lines
1.3 KiB
Text
43 lines
1.3 KiB
Text
NAME
|
|
gcloud alpha compute instance-groups managed resize-requests - list,
|
|
create, delete, cancel, and describe ResizeRequests
|
|
|
|
SYNOPSIS
|
|
gcloud alpha compute instance-groups managed resize-requests COMMAND
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) List, create, delete, cancel, and describe ResizeRequests.
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
cancel
|
|
(ALPHA) Cancel a Compute Engine managed instance group resize request.
|
|
|
|
create
|
|
(ALPHA) Create a Compute Engine managed instance group resize request.
|
|
|
|
delete
|
|
(ALPHA) Delete a Compute Engine managed instance group resize request.
|
|
|
|
describe
|
|
(ALPHA) Describe a Compute Engine managed instance group resize request
|
|
resource.
|
|
|
|
list
|
|
(ALPHA) List Compute Engine managed instance group resize requests.
|
|
|
|
NOTES
|
|
This command is currently in alpha and might change without notice. If this
|
|
command fails with API permission errors despite specifying the correct
|
|
project, you might be trying to access an API with an invitation-only early
|
|
access allowlist. This variant is also available:
|
|
|
|
$ gcloud beta compute instance-groups managed resize-requests
|
|
|