Updates a Logs instance
Updates a Logs instance.
stackit logs instance update INSTANCE_ID [flags]
Update the display name of the Logs instance with ID "xxx"
$ stackit logs instance update xxx --display-name new-name
Update the retention time of the Logs instance with ID "xxx"
$ stackit logs instance update xxx --retention-days 40
Update the ACL of the Logs instance with ID "xxx"
$ stackit logs instance update xxx --acl 1.2.3.0/24
--acl strings Access control list
--description string Description
--display-name string Display name
-h, --help Help for "stackit logs instance update"
--retention-days int The days for how long the logs should be stored before being cleaned up
-y, --assume-yes If set, skips all confirmation prompts
--async If set, runs the command asynchronously
-o, --output-format string Output format, one of ["json" "pretty" "none" "yaml"]
-p, --project-id string Project ID
--region string Target region for region-specific requests
--verbosity string Verbosity of the CLI, one of ["debug" "info" "warning" "error"] (default "info")
- stackit logs instance - Provides functionality for Logs instances