gcloud alpha immersive-stream xr instances update Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud alpha immersive-stream xr instances update - update an Immersive Stream for XR service instance
- SYNOPSIS
gcloud alpha immersive-stream xr instances update(INSTANCE:--location=LOCATION)(--add-region=[autoscaling_buffer=AUTOSCALING_BUFFER],[autoscaling_min_capacity=AUTOSCALING_MIN_CAPACITY],[capacity=CAPACITY],[enable_autoscaling=ENABLE_AUTOSCALING],[region=REGION] |--fallback-url=FALLBACK_URL|--remove-region=REMOVE_REGION|--update-region=[autoscaling_buffer=AUTOSCALING_BUFFER],[autoscaling_min_capacity=AUTOSCALING_MIN_CAPACITY],[capacity=CAPACITY],[enable_autoscaling=ENABLE_AUTOSCALING],[region=REGION] |--version=VERSION)[--async][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
(ALPHA)Update an Immersive Stream for XR service instance. Thiscommand can be used to update one of the following:- the capacity for an existing region of the service instance
- the content build version served by the instance
- the fallback url to redirect users to when the service instance is unable toprovide the streaming experience
If updating the capacity, only one region may be updated for each commandexecution, and the new capacity may not be 0 or exceed the quota limit.
- EXAMPLES
- To update the service instance
my-instanceto have capacity 2 foran existing region us-west1, run:gcloudalphaimmersive-streamxrinstancesupdatemy-instance--update-region=region=us-west1,capacity=2To update the service instance
my-instanceto have capacity 1 for anew region us-east4, run:gcloudalphaimmersive-streamxrinstancesupdatemy-instance--add-region=region=us-east4,capacity=1To update the service instance
my-instanceto remove the existingregion us-east4, run:gcloudalphaimmersive-streamxrinstancesupdatemy-instance--remove-region=us-east4To update the service instance
my-instanceto serve content versionmy-version, run:gcloudalphaimmersive-streamxrinstancesupdatemy-instance--version=my-versionTo update the service instance
my-instanceto use fallback urlhttps://www.google.com, run:gcloudalphaimmersive-streamxrinstancesupdatemy-instance--fallback-url="https://www.google.com" - POSITIONAL ARGUMENTS
- Instance resource - Immersive Stream for XR service instance to update. Thearguments in this group can be used to specify the attributes of this resource.(NOTE) Some attributes are not given arguments in this group but can be set inother ways.
To set the
projectattribute:- provide the argument
instanceon the command line with a fullyspecified name; - provide the argument
--projecton the command line; - set the property
core/project.
This must be specified.
INSTANCE- ID of the instance or fully qualified identifier for the instance.
To set the
nameattribute:- provide the argument
instanceon the command line.
This positional argument must be specified if any of the other arguments in thisgroup are specified.
- provide the argument
--location=LOCATION- Google Cloud location for the instance.
To set the
locationattribute:- provide the argument
instanceon the command line with a fullyspecified name; - provide the argument
--locationon the command line; - location is always global.
- provide the argument
- provide the argument
- Instance resource - Immersive Stream for XR service instance to update. Thearguments in this group can be used to specify the attributes of this resource.(NOTE) Some attributes are not given arguments in this group but can be set inother ways.
- REQUIRED FLAGS
- Update options
Exactly one of these must be specified:
--add-region=[autoscaling_buffer=AUTOSCALING_BUFFER],[autoscaling_min_capacity=AUTOSCALING_MIN_CAPACITY],[capacity=CAPACITY],[enable_autoscaling=ENABLE_AUTOSCALING],[region=REGION]- Flag used to specify region and capacity required for the service instance'savailability.
'region' is the region in which the instance is deployed.
'capacity' is the maxium number of concurrent streaming sessions that theinstance can support in the given region.
--fallback-url=FALLBACK_URL- Fallback url to redirect users to when this service instance is unable toprovide the streaming experience
--remove-region=REMOVE_REGION- Region to remove
--update-region=[autoscaling_buffer=AUTOSCALING_BUFFER],[autoscaling_min_capacity=AUTOSCALING_MIN_CAPACITY],[capacity=CAPACITY],[enable_autoscaling=ENABLE_AUTOSCALING],[region=REGION]- Flag used to specify region and capacity required for the service instance'savailability.
'region' is the region in which the instance is deployed.
'capacity' is the maxium number of concurrent streaming sessions that theinstance can support in the given region.
--version=VERSION- Build version tag of the content served by this instance
- Update options
- OPTIONAL FLAGS
--async- Return immediately, without waiting for the operation in progress to complete.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--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 helpfor details. - NOTES
- This command is currently in alpha and might change without notice. If thiscommand fails with API permission errors despite specifying the correct project,you might be trying to access an API with an invitation-only early accessallowlist. This variant is also available:
gcloudimmersive-streamxrinstancesupdate
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-05-07 UTC.