Remove PGE from Tosca Actions List

Use this procedure to remove actions from the actions list in Tosca. This is helpful for keeping the list short and current.

  1. Log into the Mozart instance

  2. Get the list of packages
    ex. sds pkg ls

  3. Copy the name of the package you want to remove then run the following:
    sds pkg rm <PACKAGE>
    ex. sds pkg rm container-aria-jpl_standard_product_report:on_demand

  4. Unregister the job from Jenkins
    sds ci remove_job -b <BRANCH> <GITHUB_URL>
    ex. sds ci remove_job -b on_demand https://github.com/aria-jpl/standard_product_report

  5. (Optional) Remove / clean-up your PGE container image from the deployed machine
    SSH into the deployment machine where your image is being executed (i.e. different than Mozart)
    Run docker images
    Find your image in the given list, and look for the ID number
    Remove / cleanup your image(s) via: docker rmi <ID>

 

Note: JPL employees can also get answers to HySDS questions at Stack Overflow Enterprise: