grafana-util docs

grafana-util-dashboard-clone-live.1

Browser-readable rendering of a generated roff manpage.

This page renders the generated roff manpage into readable HTML for browser use. For richer per-subcommand detail, prefer the command-reference pages.

NAME

grafana-util-dashboard-clone-live - Clone one live dashboard into a local draft with optional overrides.

SYNOPSIS

grafana-util dashboard clone-live [OPTIONS]

DESCRIPTION

Clone one live dashboard into a local draft with optional overrides.

Use this when you want to start from an existing live dashboard but give the local draft a new title, UID, or folder target.

COMMON OPTIONS

--source-uid
live Grafana dashboard UID to clone.
--output
write the cloned draft to this path.
--name
override the cloned dashboard title.
--uid
override the cloned dashboard UID.
--folder-uid
override the preserved Grafana folder UID.

EXAMPLES

Clone one live dashboard into a local draft with optional overrides.

grafana-util dashboard clone-live --url http://localhost:3000 --basic-user admin --basic-password admin --source-uid cpu-main --output ./cpu-main-clone.json

SEE ALSO

grafana-util(1), grafana-util-dashboard(1)