Install, update, or uninstall Data Apps

Perform one or more install, update, or uninstall operations on embedded Data Apps. Submit an array of operations to manage which Data Apps are enabled in your organization. This endpoint supports automated governance workflows from CI/CD pipelines, GitHub Actions, or ServiceNow.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
uuid

Data App ID. Required for UPDATE and DELETE actions.

string

Data App name. Required for CREATE and UPDATE actions.

string

Data App slug identifier. Required for CREATE and UPDATE actions.

string
enum
Defaults to CONTAINER

The type of data app. Always "CONTAINER".

Allowed:
string
enum
Defaults to SERVER

Deployment model: SERVER (ECS container, iFrame).

Allowed:
string

Semantic version to install (e.g., "v2.1.0"). Required for CREATE and UPDATE actions.

string

Artifact namespace (e.g., "common"). Required for CREATE and UPDATE actions.

string
enum
required

The operation to perform: CREATE (install), UPDATE (modify), or DELETE (uninstall).

Allowed:
labels
array of objects

Labels for EARS access control. Determines which users can see and use this Data App.

labels
providerIds
array of uuids

Provider IDs to associate with this Data App on install.

providerIds
Responses
200

All operations completed successfully.

403

Data App management is not enabled for this organization.

503

Data App management service is temporarily unavailable. Retry with backoff.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json