Skip to content

Files

Latest commit

stevsmitSteven Smith
and
Steven Smith
Jan 15, 2025
38b2951 · Jan 15, 2025

History

History
43 lines (30 loc) · 977 Bytes

api-mirror-syncCancel.adoc

File metadata and controls

43 lines (30 loc) · 977 Bytes

syncCancel

POST /api/v1/repository/{repository}/mirror/sync-cancel

Authorizations: oauth2_implicit (repo:admin)

Path parameters

Type Name Description Schema

path

repository
required

The full path of the repository. e.g. namespace/name

string

Responses

HTTP Code Description Schema

201

Successful creation

400

Bad Request

401

Session required

403

Unauthorized access

404

Not found

Example command

$ curl -X POST "https://<quay-server.example.com>/api/v1/repository/<namespace>/<repo>/mirror/sync-cancel" \