Skip to content

Update Workspace Configuration

managedgrafana_update_workspace_configuration R Documentation

Updates the configuration string for the given workspace

Description

Updates the configuration string for the given workspace

Usage

managedgrafana_update_workspace_configuration(configuration,
  grafanaVersion, workspaceId)

Arguments

configuration

[required] The new configuration string for the workspace. For more information about the format and configuration options available, see Working in your Grafana workspace.

grafanaVersion

Specifies the version of Grafana to support in the workspace. If not specified, keeps the current version of the workspace.

Can only be used to upgrade (for example, from 8.4 to 9.4), not downgrade (for example, from 9.4 to 8.4).

To know what versions are available to upgrade to for a specific workspace, see the list_versions operation.

workspaceId

[required] The ID of the workspace to update.

Value

An empty list.

Request syntax

svc$update_workspace_configuration(
  configuration = "string",
  grafanaVersion = "string",
  workspaceId = "string"
)