Release Application Version

Releases the specified application version by moving it to the PROD stage.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required

The unique identifier for the application.

string
required

The application version.

Query Params
boolean

Determines whether the operation should be asynchronous (true) or synchronous (false).
The default value is false, which means that Artifactory waits for application version promotion to complete before allowing you to move on to the next task.

Body Params

Release Application Version Request

artifact_additional_properties
array of objects

Key-value pairs that define properties to add to each promoted artifact on top of any existing properties.
Note: If a property with the same key already exists on the artifact, the value defined in artifact_additional_properties will override the previous value.

artifact_additional_properties
excluded_repository_keys
array of strings

Defines specific repositories to exclude from the promotion.

excluded_repository_keys
included_repository_keys
array of strings

Defines specific repositories to include in the promotion.
If this property is left undefined, all repositories (except those specifically excluded) are included in the promotion.
Important: If one or more repositories are specifically included, all other repositories are excluded (regardless of what is defined in excluded_repository_keys).

included_repository_keys
string
enum

Defines the overwrite policy for handling write-protected artifacts that already exist in the target repository during promotion. This is primarily relevant for Docker image promotions where mutable tags (such as :latest) may already point to a protected artifact in the target stage.
- latest (default): Overwrite is permitted only if the conflicting artifact's tag is exactly latest.
- all: Overwrite is permitted for any conflicting artifact in the target, regardless of the tag name.
- disabled: No overwrite is permitted. The promotion fails with a 409 Conflict if a write-protected artifact exists at the target path.

Allowed:
string

The authorization type for the promotion.

promotion_type
object

The type of promotion to perform:
- copy: Copies the application version to the target stage, preserving the source artifacts. This is the default. Note: No physical copy occurs if the source and target repositories are identical.
- move: Moves the application version to the target stage, transferring the source.
- keep: Promotes the application version to the target stage while keeping the artifacts in their current location (no copy or move is performed).
- dry_run: Simulates the promotion without actually performing it.

Responses

Language
Credentials
Bearer
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json