> ## Documentation Index
> Fetch the complete documentation index at: https://docs.frankieone.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Set Entity Ongoing AML Monitoring Status

Use the `‘?set=’` query parameter to control the monitoring status of the entity.

Set this parameter to 'true' to **disable** ongoing monitoring.\
Set this parameter to 'false' to **enable** ongoing monitoring.

```bash cURL theme={null}
curl --request POST \
     --url 'https://api.uat.frankie.one/compliance/v1.2/entity/{entityId}/flag/monitor?set=true' \
     --header 'accept: application/json'
```

For additional information on this topic, refer to [https://docs.frankieone.com/reference/flag/entity-monitoring](/docs/v1/api/kyc-api-endpoints/reference/flag/entity-monitoring).
