How to refresh a specific reflection

Dear All,

Is there anyway to refresh just one specified reflection? Not all the reflections of one PDS.
I tried disable/enable the reflection on UI, but this action will make reflection unavailable during the refresh.

I checked the Rest API documentation, only found create/edit/delete APIs.

Thank you

@Switch Currently the API will trigger reflection refresh for all the layouts.

@Switch What’s your use case to refresh just one reflection? I suppose if you really needed this, you could create a copy of the reflection, poll until it is done and then delete the previous reflection. I think this can all be scripted through the REST APIs.