v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-14107682538.8 KB

Updates a run cache using its ID and returns a response with no body if the operation is successful. You can update the run cache description, name, or the default run cache behavior with CACHE_ON_FAILURE or CACHE_ALWAYS. To confirm that your run cache settings have been properly updated, use the GetRunCache API operation.

For more information, see How call caching works in the Amazon Web Services HealthOmics User Guide.

post/runCache/{id}

Path parameters

idstring required

The identifier of the run cache you want to update.

Request body

cacheBehavior'CACHE_ON_FAILURE' | 'CACHE_ALWAYS'

Update the default run cache behavior.

descriptionstring

Update the run cache description.

namestring

Update the name of the run cache.

Response

Success