Skip to main content

Import gateway config

POST 

/v1/admin/config/import

Applies a configuration file. mode=merge upserts resources and never deletes anything missing from the file; mode=replace is a full sync and deletes any resource absent from the import. Pass dry_run=true to preview the effect without writing anything.

Import is atomic: every entity type is written in a single transaction, and a failure at any point rolls back every prior change in the same request. On a non-dry-run import a CONFIG_IMPORTED audit event is written with the mode, counts, and change list.

Request

Responses

Import result