postman-mcp-server

merge_environment_fork

Merge a forked environment back into its parent

Input Schema

NameRequiredDescriptionDefault
destinationYesDestination environment ID in format: {ownerId}-{environmentId}
environmentIdYesEnvironment ID in format: {ownerId}-{environmentId}
sourceYesSource environment ID in format: {ownerId}-{environmentId}
strategyNoMerge strategy options

Input Schema (JSON Schema)

{ "properties": { "destination": { "description": "Destination environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "environmentId": { "description": "Environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "source": { "description": "Source environment ID in format: {ownerId}-{environmentId}", "type": "string" }, "strategy": { "description": "Merge strategy options", "properties": { "deleteSource": { "description": "Whether to delete the source environment after merging", "type": "boolean" } }, "type": "object" } }, "required": [ "environmentId", "source", "destination" ], "type": "object" }

You must be authenticated.

Other Tools