Clone objects into another namespace

For customers that have different Namespaces (let's say Production/QA/Test/etc) it is useful to clone production objects into another namespace using the Web console

  • Carlos Valencia
  • Dec 1 2025
  • Attach files
  • Tyler Smith commented
    01 Dec 17:03

    You can hack this together as a mix of web and API if you're willing to get dirty with postman or similar. The biggest challenge (when I've done namespace migrations) is understanding the dependencies of objects that need to be copied and in what order, to preserve necessary references. For instance, a http LB has many objects (routes, origin pools, waf profiles, etc) which must exist before you can declare the new LB in your target namespace.