Description: This API is called to stop all running smart archiving policies on the global level.
Security: Requires a platform admin.
Usage:PUT /artifactory/api/archive/v2/policies/runs/forceStopAll
Sample Request:
PUT https://[JFrogPlatformURL]/artifactory/api/archive/v2/policies/runs/forceStopAll
Response Codes
Code | Description |
|---|---|
202 | The request was successful. |
400 | Failed to stop the following policies: '<failed To Stop PolicyKeys>'. |
401 | Bad Credentials. |
403 | Unauthorized. |
500 | Internal server error. |