diagrid region update
Update a region
Description
Update an existing private region
diagrid region update <region-id> [flags]
Examples
# Update private region
diagrid region update my-region --ingress updated-domain.company.com
# Update private region location
diagrid region update my-region --location new-location
# Update private region with Diagrid managed domain
diagrid region update my-region --ingress updated-domain.company.com --enable-managed-domain
Options
--host string A unique host identifier. Only used in multi-host regions for scaling out across Kubernetes clusters.
--location string An informative string describing the region's physical location (e.g. "us-west").
--ingress string (Required) A fully qualified wildcard domain that will resolve to the region's gateway (example: https://*.mydomain.com:443).
--enable-public-management-api Enable an authenticated public endpoint for accessing the region's management API. You can use this if you do not have direct network access to your region from your local machine.
--enable-managed-domain Enable automatic DNS and TLS management for the region. If enabled, your ingress only needs to locally resolve to the region's gateway IP address and Diagrid will provide a public DNS name and certificate.
-h, --help help for update
Options inherited from parent commands
--api-key string Diagrid Cloud API key
SEE ALSO
- diagrid region - Manage regions