update_app_instance
Update an installed app instance's configuration, disable status, or labels using its slug and workspace.
Instructions
Update an installed app instance (config, disabled status, labels)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| appInstance | Yes | Fields to update on the app instance | |
| environment | No | Optional environment name (from PRISME_ENVIRONMENTS) to use specific API URL and workspace | |
| workspaceId | No | Alternative: direct workspace ID (use workspaceName instead when possible) | |
| instanceSlug | Yes | The slug of the installed app instance to update | |
| workspaceName | Yes | Workspace name that resolves to ID via PRISME_WORKSPACES or PRISME_ENVIRONMENTS mapping |