Skip to Content
API ReferenceProfilePOST /unemulate

POST /profile/unemulate

Unemulate Profile

Exit emulation for a specific target profile.

Request Body (UnemulateProfileApiRequest)

FieldTypeRequiredDescription
target_profile_idstringNoProfile ID to stop emulating (omit on the ack call)
idempotency_keystringNoIdempotency / soft-call key. Echo the server-minted value with accept to perform/reject a proposed unemulation.
softbooleanNoPropose the unemulation without performing it — emulation continues until accepted (record-and-hold)
acceptbooleanNoAck: True performs the proposed unemulation, False discards it. Only meaningful with idempotency_key

Response (UnemulateProfileApiResponse)

FieldTypeRequiredDescription
okbooleanYesWhether unemulation succeeded
reasonstringNoReason if unemulation failed
idempotency_keystringNoServer-minted soft-call key (audit call_id). On a soft propose, echo this back with accept to perform/reject the proposed unemulation.
Last updated on