Skip to main content

Update a Workload

Create a new Workload Catalog Item Version when changes are required to an existing Workload Catalog Item. Once the new Workload Catalog Item Version has been created you can update already deployed Workloads to the latest version.

Before You Begin

  • Ensure you have the permission level of User or greater

Create a new Workload Catalog Item Version

  1. Log in to the Stax Console

  2. Click on Workloads in the left hand nav

  3. Click Catalog in the sub-menu, beneath Workloads

  4. Select an existing Workload Catalog and click + Version

  5. Add a new Version and select the updated Workload Manifest file to upload

  6. Click Create Catalog Version

Update deployed Workloads to the latest version

  1. Log in to the Stax Console

  2. Click on Workloads in the left hand nav

  3. Click All Workloads in the sub-menu, beneath Workloads

  4. Workloads that have updates available will have an UPDATE AVAILABLE tag

  5. Select a Workload that has a UPDATE AVAILABLE

  6. In the side menu under Catalog Item click the Update now button

  7. Wait for your Workload to be updated to the latest version

Update parameters for a deployed Workload via the API

Support for updating parameters of an existing Workload is currently only available via the Stax API or Stax Python SDK.

  • Via the Python SDK (refer to Stax Python SDK)

  • Via the API directly using the PUT /20190206/workloads/{workload_id} request (refer to Stax API)