Update App
Update an App
Authorizations
Path Parameters
The id of the app to update.
Body
Request to update an app
Request body for updating an app. All fields are optional; omitted fields preserve existing values. The side effects of an update depend on which fields changed:
- Reproducibility fields (mountDatasets, and any reproducibility fields inside the nested version object such as dfsCommitId, gitRef, environmentId, environmentRevisionId, externalVolumeMountIds, netAppVolumeIds, and entryScript) create a new app version and stop the currently running instance. Note: bundleId is immutable after creation and is not affected by updates.
- Execution fields (renderIFrame, and execution fields inside the nested version object such as hardwareTierId, autoscalingSpecification, and vanityUrl) update the version in-place, stop the running instance, and restart from the same version.
- Metadata fields (name, description, entryPoint, visibility, accessStatuses, discoverable) are updated in-place without restarting.
Access statuses for the app. Metadata field: updated without restarting.
App description. Metadata field: updated without restarting.
Whether the app is discoverable. Metadata field: updated without restarting.
App entry point. Metadata field: updated without restarting.
Whether to mount datasets. Reproducibility field: changing this creates a new version.
Display name for the app. Metadata field: updated without restarting.
Whether to render the app in an iframe. Execution field: changing this triggers a restart.
When access is granted to new users via accessStatuses, controls whether those users receive an email notification. Defaults to false when omitted.
App visibility level. Metadata field: updated without restarting.
AUTHENTICATED, GRANT_BASED, GRANT_BASED_STRICT, PUBLIC Response
Success
Type of configuration for the app which determines different deployment resources and settings.
STANDARD, AISYSTEM AUTHENTICATED, GRANT_BASED, GRANT_BASED_STRICT, PUBLIC Custom field values assigned to this app, grouped by group name.
Taxonomy tags assigned to this app. Omitted when the taxonomy feature is disabled.