Skip to content

TODO: Wiki Pages

Alman edited this page May 18, 2018 · 2 revisions
  1. How to delele files?

Notes from the process:

You have to run this script:

URL=https://devcdn.subutai.io:8338/kurjun/rest ID=ab93021f-10a3-48cd-a291-37ae80d4c66e TOKEN=95a25d0eb8d58549d5e985eb26c32aa2c023ac8f6e5c427351a13b13e50c59bd

curl -v -X "DELETE" "$URL/raw/delete?id=$ID&token=$TOKEN"

URL can be:

  1. For sysnet CDN: https://sysnetcdn.subutai.io:8338/kurjun/rest
  2. For Dev CDN: https://devcdn.subutai.io:8338/kurjun/rest
  3. For Prod CDN: https://cdn.subutai.io:8338/kurjun/rest
  4. For loca CDN: http://localhost:8080/kurjun/rest ID = artifact identifier. TOKEN = user authentication token.