Import a dashboard .ucf file as an upsert
Dashboard Sync (.ucf)
Import Dashboards (.ucf)
Decrypts a .ucf file produced by the export endpoint and upserts its chart and dashboard definitions (and their filters and themes) into the current environment, preserving ids and versions. Re-importing the same file is idempotent. Requires an Upsolve admin API key.
POST
Import a dashboard .ucf file as an upsert
Documentation Index
Fetch the complete documentation index at: https://docs.upsolve.ai/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
apiKey MUST be supplied within the request body instead of query
Body
application/json
POST /v1/api/ucf/dashboards/import Request body
The encrypted .ucf payload produced by the export endpoint (hex IV:hex ciphertext)
Minimum string length:
1Upsolve API key, generated in the Deploy tab of the Upsolve Hub.
Minimum string length:
1Example:
"up_admin_************"
Pattern:
^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12})$