Pushing/Updating the LookML views, models, etc to Looker Prod instances

There are API’s to pull the updated code of LookML models into your local, similarly are there API’s to push/update these files to production Looker Instances? without relying on the GIT connections.

we have developed pull_from_looker script which pulls all the files from lower instances to local using the looker API’s. But, we are failing to push/update the same files to prod instances. Any guidence is appreciated.

The short answer is no.

Pushing code in Looker always involves the git repository. The code is first pushed to the repo, and then the prod mode is updated to reflect the repo.

The exception is bare repositories, but those only work for single instances, not the multi-instance setup you are describing.