AutoApprove automatically enables the --force flag on delete operations, enabling non-interactive operation in CI/CD pipelines.
APIUrl is the base URL of the Grafana Cloud API (GCOM). Optional: defaults to "https://grafana.com".
Stack is the Grafana Cloud stack slug (e.g. "mystack"). Optional: if not set, the slug may be derived from Grafana.Server.
Token is a Grafana Cloud API token used to authenticate against GCOM.
OrgID specifies the organization targeted by this config. Note: required when targeting an on-prem Grafana instance. See StackID for Grafana Cloud instances.
Password to use when using with basic authentication. Optional.
ProxyEndpoint is the assistant backend URL used as a reverse proxy for
OAuth-authenticated requests. Set automatically by auth login.
This may differ from Server when cloud routing directs CLI traffic through
a separate endpoint (e.g. the assistant app backend).
Server is the address of the Grafana server (https://hostname:port/path). Required.
StackID specifies the Grafana Cloud stack targeted by this config. Note: required when targeting a Grafana Cloud instance. See OrgID for on-prem Grafana instances.
APIToken is a service account token. See https://grafana.com/docs/grafana/latest/administration/service-accounts/#add-a-token-to-a-service-account-in-grafana Note: if defined, the API Token takes precedence over basic auth credentials. Optional.
User to authenticate as with basic authentication. Optional.