Perform a Release Bundle v2 Creation Dry Run
Learn how to validate Release Bundle v2 creation with a dry_run REST API call on the JFrog Platform.
RLM Deprecation
As of July 31, 2026, all feature development, patches, and security fixes for Release Lifecycle Management will end, except for critical security fixes. RLM End of Life is currently scheduled for January 31, 2028. For more information, see JFrog Release Lifecycle Management Deprecation - End of Life.
The Create Release Bundle v2 Version REST API enables you to perform a dry run, which validates the creation process on the server and returns the results of the operation, but without persistence. The Release Bundle is not actually created and saved.
To perform a dry run, add the dry_run query parameter to the API call, as follows:
POST <ARTIFACTORY_HOST>/lifecycle/api/v2/release_bundle?project=default&async=false&dry_run=trueA successful dry run returns an HTTP status code of 200 instead of 201. For more information about the API, see Create Release Bundle v2 Version.
Related Topics
- Creating Release Bundles (v2)
- Create a Release Bundle v2 using the REST API
- Create Release Bundle v2 Version REST API
- Understanding Release Bundles v2
- Patch a Release Bundle v2 Version
Updated 11 days ago
