Skip to main content

Create Backup

POST 

/profile/:profile_id/backup

Initiates a new backup generation for the specified profile. The backup is processed asynchronously in a background queue.

What's included in the backup:

  • User storage files (uploaded via /files route)
  • Dashboard version history
  • Analysis script versions
  • All resource configurations as JSON files (devices, actions, dashboards, analysis, access management, networks, connectors, secrets, dictionaries, run users, etc.)

Important notes:

  • Backups are rate-limited (1 per day based on your account timezone)
  • Free plan users do not have access to backup features
  • Backup generation may take several minutes depending on profile size
  • Restoration is manual - you can write scripts to parse the JSON files and recreate resources via API, or contact TagoIO support

Request

Responses

Backup creation initiated successfully