How to retry an incident using rest API Camunda 7.18

I can get the incidents list by /engine-rest/incident?incidentType=failedJob

But how can I do a retry in an incident?

I tryed /engine-rest/incident/{id}/resolve and
/engine-rest/incident/{id}/retry

But no sucess, always return 404.

You don’t “retry” an incident, you just increase the number of remaining tries for the failed job.

can I do it by a rest API? I didnt find any documentation

You mean like this Documentation or Update Retries?