Creates an Observability instance
Creates an Observability instance.
stackit observability instance create [flags]
Create an Observability instance with name "my-instance" and specify plan by name
$ stackit observability instance create --name my-instance --plan-name Monitoring-Starter-EU01
Create an Observability instance with name "my-instance" and specify plan by ID
$ stackit observability instance create --name my-instance --plan-id xxx
-h, --help Help for "stackit observability instance create"
-n, --name string Instance name
--plan-id string Plan ID
--plan-name string Plan name
-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 observability instance - Provides functionality for Observability instances