Delete Failed Binary Tasks

JFrog REST APIs

Content Type
REST API
ft:sourceType
Paligo

Description: This API deletes binary tasks that previously failed. This can be done for the entire repository or for a particular binary task in the repository.

Since: 7.68.11

Security: Requires Admin permissions

Usage: DELETE artifactory/api/federation/binaries/failures/delete

Query Parameters:

Field

Type

Description

repoKey

string

The name of the repository. This parameter is required.

sha1

string

The SHA1 of the artifact. This parameter is optional.

Sample Request:

DELETE http://localhost:8082/artifactory/api/federation/binaries/failures/delete?repoKey=fedrepo

Sample Response:

{ 
    "deletedTasks": 1 
}

The response includes the following information:

Property

Description

deletedTasks

The number of deleted binary tasks.