For the complete documentation index, see llms.txt. This page is also available as Markdown.

Restarting the execution of Policy

Restarts the execution of the policy

POST /policies/{policyId}/dry-run/restart

Restarts the execution of the policy. Clear data in database. Only users with the Standard Registry role are allowed to make the request

Path Parameters

Name
Type
Description

policyId*

String

Policy ID

{
    // Response
}
{
    // Response
}
{
    // Response
}
{
    content:
            application/json:
              schema:
                $ref: '#/components/schemas/Error'
}

Was this helpful?