Workflow Migration Between n8n Instances

The technique for moving hundreds of workflows between n8n instances (e.g. n8n Cloud to self-hosted on Hostinger) using n8n’s own /api/v1 API. Workflow: pull all workflows from source instance, store each workflow’s JSON in a Google Sheet with a ‘to process’ status, loop through unprocessed rows and POST them to the target instance’s API, mark processed. Credentials, users, and execution history do not transfer – only the workflow JSON itself. For cloud-to-local migration, export a zip from the n8n Cloud admin panel instead.

Key points

  • Uses n8n’s /api/v1 endpoint with an API key from Settings to n8n API
  • Base URL format: https://.app.n8n.cloud/api/v1
  • Google Sheet acts as a deduplication log with status (to process / processed)
  • Only workflow JSON transfers: name, nodes, connections, settings
  • Credentials, users, and execution history do NOT transfer
  • For local instances, use n8n Cloud’s admin panel export (zip of JSON files) and import manually
  • A reusable template workflow solves this problem in three nodes: get many workflows, store in sheet, create workflow

Related entities

Related concepts

Source references

  • [src-005] Nate Herk cluster — Nate Herk — n8n cluster (18 videos)

– Videos referenced: t1PTmpas0bg

Robin Cartier perspective

This page is part of Robin Cartier's working AI knowledge graph: a practical research layer for production AI, recommendation systems, experimentation, GEO, and agentic web readiness.

The useful next step is to connect this concept back to applied product leadership and operating models.

Recommended next

Keep reading from this thread

From 494 indexed pages and articles.

  1. Wiki concept n8n Desk N8n's open-source desktop agent app, presented as a Claude Desktop-like interface that uses n8n as the action and execution layer rather Related by workflow
  2. Wiki concept n8n Instance-Level MCP A Model Context Protocol server built into n8n (v1.21.2+) that exposes an entire n8n instance to MCP clients like Claude, ChatGPT, and Lovable Related by workflow
  3. Insight AI Beyond POCs How enterprise AI moves beyond proofs of concept through ownership, governance, measurement, adoption, and production operating models Readers have engaged with this next